Interface ManageableCacheValue
-
public interface ManageableCacheValue
A cache which needs to be managed by a CacheManager should have values which implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getTimeStamp()
boolean
isValid()
void
removeThisCacheValue()
void
updateCacheWithNewValue()
-