Package com.github.benmanes.caffeine.cache.simulator.admission.countmin4
-
Class Summary Class Description ClimberResetCountMin4 A sketch where the aging process is a dynamic process and adjusts to the recency/frequency bias of the actual workload.CountMin4 A probabilistic multiset for estimating the popularity of an element within a time window.IncrementalResetCountMin4 A sketch where the aging process is an incremental reset.IndicatorResetCountMin4 A sketch where the aging process is a dynamic process and adjusts to the recency/frequency bias of the actual workload recognized by the indicator.PeriodicResetCountMin4 A sketch where the aging process is a periodic reset.