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