| Interface | Description |
|---|---|
| Admittor |
An admission policy to the cache.
|
| Frequency |
A multiset for estimating the popularity of an element.
|
| Class | Description |
|---|---|
| TinyLfu |
Admits new entries based on the estimated frequency of its historic use.
|
| Enum | Description |
|---|---|
| Admission |
The admission policies.
|