Expand description
Memory cache implementation
Memory cache using LRU (Least Recently Used) eviction strategy.
Structs§
- Memory
Cache - Memory cache implementation
Memory cache implementation
Memory cache using LRU (Least Recently Used) eviction strategy.