Interface EntryCacheManager
- All Known Implementing Classes:
RangeEntryCacheManagerImpl
public interface EntryCacheManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()doublelonglonggetSize()voidremoveEntryCache(String name) voidupdateCacheEvictionWatermark(double cacheEvictionWatermark) voidupdateCacheSizeAndThreshold(long maxSize)
-
Method Details
-
getEntryCache
-
removeEntryCache
-
getSize
long getSize() -
getMaxSize
long getMaxSize() -
clear
void clear() -
updateCacheSizeAndThreshold
void updateCacheSizeAndThreshold(long maxSize) -
updateCacheEvictionWatermark
void updateCacheEvictionWatermark(double cacheEvictionWatermark) -
getCacheEvictionWatermark
double getCacheEvictionWatermark()
-