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