sine_cache 0.2.0

SineCache is a high-performance, in-memory caching library for Rust, designed to efficiently store and manage key-value pairs with support for various eviction policies.
Documentation
1
2
3
4
pub mod no_eviction;
pub mod fifo;
pub mod lru;
pub mod lfu;