Uses of Interface
org.cache2k.core.eviction.HeapCacheForEviction
-
Packages that use HeapCacheForEviction Package Description org.cache2k.core org.cache2k.core.eviction -
-
Uses of HeapCacheForEviction in org.cache2k.core
Classes in org.cache2k.core that implement HeapCacheForEviction Modifier and Type Class Description classHeapCache<K,V>Foundation for all cache variants.classIntHeapCache<V>Overwrite methods so the integer value gets stored directly in theEntry.hashCodefield andEntry.valueis set to null. -
Uses of HeapCacheForEviction in org.cache2k.core.eviction
Fields in org.cache2k.core.eviction declared as HeapCacheForEviction Modifier and Type Field Description protected HeapCacheForEvictionAbstractEviction. heapCacheMethods in org.cache2k.core.eviction with parameters of type HeapCacheForEviction Modifier and Type Method Description EvictionEvictionFactory. constructEviction(InternalCacheBuildContext<?,?> ctx, HeapCacheForEviction hc, InternalEvictionListener l, org.cache2k.config.Cache2kConfig config, int availableProcessors)Construct segmented or queued eviction.Constructors in org.cache2k.core.eviction with parameters of type HeapCacheForEviction Constructor Description AbstractEviction(HeapCacheForEviction heapCache, InternalEvictionListener listener, long maxSize, org.cache2k.operation.Weigher weigher, long maxWeight, boolean noChunking)ClockProPlusEviction(HeapCacheForEviction heapCache, InternalEvictionListener listener, long maxSize, org.cache2k.operation.Weigher weigher, long maxWeight, boolean noChunking)
-