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 DataSetCachepublic boolean haveStored(DataSetDescriptor dsd, CacheTag cacheTag)
haveStored in interface DataSetCachepublic DataSet retrieve(DataSetDescriptor dsd, CacheTag cacheTag)
retrieve in interface DataSetCachepublic void reset()
reset in interface DataSetCache