Uses of Interface
org.cache2k.core.eviction.InternalEvictionListener
-
Packages that use InternalEvictionListener Package Description org.cache2k.core org.cache2k.core.eviction -
-
Uses of InternalEvictionListener in org.cache2k.core
Classes in org.cache2k.core that implement InternalEvictionListener Modifier and Type Class Description classWiredCache<K,V>A cache implementation that builds on a heap cache and coordinates with additional attachments like storage, listeners and a writer. -
Uses of InternalEvictionListener in org.cache2k.core.eviction
Fields in org.cache2k.core.eviction declared as InternalEvictionListener Modifier and Type Field Description static InternalEvictionListenerInternalEvictionListener. NO_OPERATIONMethods in org.cache2k.core.eviction with parameters of type InternalEvictionListener Modifier and Type Method Description EvictionEvictionFactory. constructEviction(InternalCacheBuildContext customizationContext, 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 InternalEvictionListener 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)RandomEviction(HeapCacheForEviction heapCache, InternalEvictionListener listener, long maxSize, org.cache2k.operation.Weigher weigher, long maxWeight)
-