public interface TweakableCachedStore extends CachedStore
CachedStore.Manager
Modifier and Type | Method and Description |
---|---|
Iterator |
cachedKeys() |
Object |
getCachedValue(Object key) |
void |
removeFromCache(Object key) |
void |
setCachedValue(Object key,
Object value) |
find, reset
Object getCachedValue(Object key) throws CachedStoreException
CachedStoreException
void removeFromCache(Object key) throws CachedStoreException
CachedStoreException
void setCachedValue(Object key, Object value) throws CachedStoreException
CachedStoreException
Iterator cachedKeys() throws CachedStoreException
CachedStoreException
Copyright © 2018 com.mchange. All rights reserved.