Package com.mchange.v1.cachedstore
Interface WritableCachedStore.Manager
-
- All Superinterfaces:
CachedStore.Manager
- Enclosing interface:
- WritableCachedStore
public static interface WritableCachedStore.Manager extends CachedStore.Manager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeFromStorage(java.lang.Object key)
void
writeToStorage(java.lang.Object key, java.lang.Object value)
-
Methods inherited from interface com.mchange.v1.cachedstore.CachedStore.Manager
isDirty, recreateFromKey
-
-