| Constructor and Description |
|---|
TinyCacheAdapter(Config config)
Note that in this implementation there are always 64 items per set.
|
| Modifier and Type | Method and Description |
|---|---|
int |
frequency(long e)
Returns the estimated number of times the element was seen.
|
void |
increment(long e)
Increments the popularity of the element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreportMisspublic TinyCacheAdapter(Config config)
public int frequency(long e)
Frequency