Interface ManageableCache
public interface ManageableCache
A cache which needs to be managed by CacheManager needs to implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptionintvoid
-
Method Details
-
getNextCacheValue
ManageableCacheValue getNextCacheValue() -
getCacheSize
int getCacheSize() -
resetIterator
void resetIterator()
-