Class IncrementalResetCountMin4
- java.lang.Object
-
- com.github.benmanes.caffeine.cache.simulator.admission.countmin4.CountMin4
-
- com.github.benmanes.caffeine.cache.simulator.admission.countmin4.IncrementalResetCountMin4
-
-
Field Summary
-
Fields inherited from class com.github.benmanes.caffeine.cache.simulator.admission.countmin4.CountMin4
conservative, step, table, tableMask
-
-
Constructor Summary
Constructors Constructor Description IncrementalResetCountMin4(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidtryReset(boolean added)Performs the aging process after an addition to allow old entries to fade away.-
Methods inherited from class com.github.benmanes.caffeine.cache.simulator.admission.countmin4.CountMin4
ensureCapacity, frequency, increment
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.benmanes.caffeine.cache.simulator.admission.Frequency
reportMiss
-
-
-
-
Constructor Detail
-
IncrementalResetCountMin4
public IncrementalResetCountMin4(Config config)
-
-