cachekit 0.6.0

High-performance cache primitives with pluggable eviction policies (LRU, LFU, FIFO, 2Q, Clock-PRO, S3-FIFO) and optional metrics.
Documentation
1
2
3
4
5
pub(crate) mod cell;
pub mod exporter;
pub mod metrics_impl;
pub mod snapshot;
pub mod traits;