com.mchange.v1.cachedstore
Interface TweakableCachedStore
- All Superinterfaces:
- CachedStore
public interface TweakableCachedStore
- extends CachedStore
getCachedValue
Object getCachedValue(Object key)
throws CachedStoreException
- Returns:
- null if the value for this key is not cached
- Throws:
CachedStoreException
removeFromCache
void removeFromCache(Object key)
throws CachedStoreException
- Throws:
CachedStoreException
setCachedValue
void setCachedValue(Object key,
Object value)
throws CachedStoreException
- Throws:
CachedStoreException
cachedKeys
Iterator cachedKeys()
throws CachedStoreException
- Throws:
CachedStoreException