Package org.cache2k.core.eviction
-
Interface Summary Interface Description Eviction Interface to the eviction data structure.EvictionMetrics Access to eviction metrics.HeapCacheForEviction<K,V> Interface for the eviction to the heap cache hash.InternalEvictionListener<K,V> Internal eviction event from eviction. -
Class Summary Class Description AbstractEviction Base class for different eviction algorithms, implementing statistics counting and chunking.ClockProPlusEviction Eviction algorithm inspired from CLOCK Pro with 3 clocks.DelegatingEviction Delegates all eviction interaction.EvictionFactory IdleScan Scans for idle entries.IdleScanEviction Merges in idle scanning to eviction.