Interface | Description |
---|---|
CacheEvictor |
Interface for client-side cache eviction policy.
|
Class | Description |
---|---|
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.
|
UnevictableCacheEvictor |
A client-side cache eviction policy that evicts nothing for debugging purposes.
|
Copyright © 2023. All Rights Reserved.