Interface | Description |
---|---|
CacheEvictor |
Interface for client-side cache eviction policy.
|
Class | Description |
---|---|
CacheEvictorOptions |
Options for initiating cache evictor.
|
FIFOCacheEvictor |
Implementation of Evictor using FIFO eviction policy.
|
LFUCacheEvictor |
LFU client-side cache eviction policy.
|
LRUCacheEvictor |
LRU client-side cache eviction policy.
|
NondeterministicLRUCacheEvictor |
LRU with non-deterministic cache eviction policy.
|
TwoChoiceRandomEvictor |
Two Choice Random client-side cache eviction policy.
|
UnevictableCacheEvictor |
A client-side cache eviction policy that evicts nothing for debugging purposes.
|
Copyright © 2023. All Rights Reserved.