Expand description
Memory cache implementation
Memory cache using moka::sync::Cache with TinyLFU eviction policy.
This provides better performance and hit rate than simple LRU.
Structs§
- Memory
Cache - Memory cache implementation using
moka::sync::Cache