public class NullDataSetCache extends java.lang.Object implements DataSetCache
Constructor and Description |
---|
NullDataSetCache() |
Modifier and Type | Method and Description |
---|---|
boolean |
haveStored(DataSetDescriptor dsd,
CacheTag cacheTag) |
void |
reset() |
DataSet |
retrieve(DataSetDescriptor dsd,
CacheTag cacheTag) |
void |
store(DataSetDescriptor dsd,
CacheTag cacheTag,
DataSet data) |
public void store(DataSetDescriptor dsd, CacheTag cacheTag, DataSet data)
store
in interface DataSetCache
public boolean haveStored(DataSetDescriptor dsd, CacheTag cacheTag)
haveStored
in interface DataSetCache
public DataSet retrieve(DataSetDescriptor dsd, CacheTag cacheTag)
retrieve
in interface DataSetCache
public void reset()
reset
in interface DataSetCache