public abstract class DapCache extends Object
Modifier and Type | Field and Description |
---|---|
protected static DSPFactory |
factory |
protected static List<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 DSP |
open(String path) |
static void |
setFactory(DSPFactory f) |
protected static DSPFactory factory
public static void setFactory(DSPFactory f)
public static DSPFactory getFactory()
public static DSP open(String path) throws IOException
IOException
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.