public abstract class DapCache
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static DSPFactory |
factory |
protected static java.util.List<dap4.dap4shared.DSP> |
lru
Define an lru cache of known DSP objects: oldest first.
|
| Constructor and Description |
|---|
DapCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
flush() |
static DSPFactory |
getFactory() |
static dap4.dap4shared.DSP |
open(java.lang.String path) |
static void |
setFactory(DSPFactory f) |
protected static java.util.List<dap4.dap4shared.DSP> lru
protected static DSPFactory factory
public static void setFactory(DSPFactory f)
public static DSPFactory getFactory()
public static dap4.dap4shared.DSP open(java.lang.String path)
throws java.io.IOException
java.io.IOExceptionpublic static void flush()
throws java.lang.Exception
java.lang.Exception