public interface CachedStore
Modifier and Type | Interface and Description |
---|---|
static interface |
CachedStore.Manager |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
find(java.lang.Object key) |
void |
reset()
clears any cached values.
|
java.lang.Object find(java.lang.Object key) throws CachedStoreException
CachedStoreException
void reset() throws CachedStoreException
CachedStoreException