Skip to main content

Module memory

Module memory 

Source
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ยง

MemoryCache
Memory cache implementation using moka::sync::Cache