Class PerfectFrequency
- java.lang.Object
-
- com.github.benmanes.caffeine.cache.simulator.admission.perfect.PerfectFrequency
-
-
Constructor Summary
Constructors Constructor Description PerfectFrequency(Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intfrequency(long e)Returns the estimated number of times the element was seen.voidincrement(long e)Increments the popularity of the element.-
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
-
-