TweakableCachedStore, WritableCachedStorepublic interface CachedStore
| Modifier and Type | Interface | Description |
|---|---|---|
static interface |
CachedStore.Manager |
| Modifier and Type | Method | 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
CachedStoreExceptionvoid reset()
throws CachedStoreException
CachedStoreException