Interface ManageableCache
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCacheSize()ManageableCacheValuegetNextCacheValue()voidresetIterator()
-
-
-
Method Detail
-
getNextCacheValue
ManageableCacheValue getNextCacheValue()
-
getCacheSize
int getCacheSize()
-
resetIterator
void resetIterator()
-
-