接口 EntryCacheManager
- 所有已知实现类:
RangeEntryCacheManagerImpl
public interface EntryCacheManager
-
方法概要
修饰符和类型方法说明voidclear()doublelonglonggetSize()voidremoveEntryCache(String name) voidupdateCacheEvictionWatermark(double cacheEvictionWatermark) voidupdateCacheSizeAndThreshold(long maxSize)
-
方法详细资料
-
getEntryCache
-
removeEntryCache
-
getSize
long getSize() -
getMaxSize
long getMaxSize() -
clear
void clear() -
updateCacheSizeAndThreshold
void updateCacheSizeAndThreshold(long maxSize) -
updateCacheEvictionWatermark
void updateCacheEvictionWatermark(double cacheEvictionWatermark) -
getCacheEvictionWatermark
double getCacheEvictionWatermark()
-