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