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