Package com.mchange.v1.cachedstore
Interface CachedStore.Manager
-
- All Known Subinterfaces:
WritableCachedStore.Manager
- Enclosing interface:
- CachedStore
public static interface CachedStore.Manager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isDirty(java.lang.Object key, java.lang.Object cached)
java.lang.Object
recreateFromKey(java.lang.Object key)
-