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
//! Contains Unit tests...
mod lru;
mod lfu;
mod fifo;