cachekit 0.1.0-alpha

High-performance, policy-driven cache primitives for Rust systems (FIFO/LRU/ARC) with optional metrics.
Documentation
1
2
3
4
// pub struct TieredCache<K, V> {
//     tiers: Vec<Box<dyn CachePolicy<K, V>>>,
//     promotion_policy: PromotionPolicy,
// }