Interface ManageableCacheValue
-
public interface ManageableCacheValueA 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 longgetTimeStamp()booleanisValid()voidremoveThisCacheValue()voidupdateCacheWithNewValue()
-