| Class | Description |
|---|---|
| FullySegmentedWindowTinyLfuPolicy |
The Window TinyLfu algorithm where the window and main spaces implement
SegmentedLruPolicy. |
| LruWindowTinyLfuPolicy |
The Window TinyLfu algorithm where the window and main spaces implement LRU.
|
| RandomWindowTinyLfuPolicy |
The Window TinyLfu algorithm where the window and main spaces implements random eviction.
|
| S4WindowTinyLfuPolicy |
The Window TinyLfu algorithm where the window space implements LRU and the main space implements
S4LRU.
|