Class Indicator
- java.lang.Object
-
- com.github.benmanes.caffeine.cache.simulator.policy.sketch.Indicator
-
public final class Indicator extends Object
An indicator for the recency vs. frequency bias.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int[]getFreqs()doublegetHint()doublegetIndicator()longgetSample()doublegetSkew()voidrecord(long key)voidreset()
-
-
-
Constructor Detail
-
Indicator
public Indicator(Config config)
-
-