Package com.mchange.v1.cachedstore
Interface TweakableCachedStore
- All Superinterfaces:
CachedStore
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.mchange.v1.cachedstore.CachedStore
CachedStore.Manager
-
Method Summary
Modifier and TypeMethodDescriptiongetCachedValue
(Object key) void
removeFromCache
(Object key) void
setCachedValue
(Object key, Object value) Methods inherited from interface com.mchange.v1.cachedstore.CachedStore
find, reset
-
Method Details
-
getCachedValue
- Returns:
- null if the value for this key is not cached
- Throws:
CachedStoreException
-
removeFromCache
- Throws:
CachedStoreException
-
setCachedValue
- Throws:
CachedStoreException
-
cachedKeys
- Throws:
CachedStoreException
-