| Class | Description |
|---|---|
| FullySegmentedWindowTinyLfuPolicy |
The Window TinyLfu algorithm where the eden and main spaces implement
SegmentedLruPolicy. |
| S4WindowTinyLfuPolicy |
The Window TinyLfu algorithm where the eden space implements LRU and the main space implements
S4LRU.
|
| SimpleWindowTinyLfuPolicy |
The Window TinyLfu algorithm where the eden and main spaces implement LRU.
|
| WindowTinyLfuPolicy |
An adaption of the TinyLfu policy that adds a temporal admission window.
|