k-cache 0.1.9

internal cache implementation for rmemstore
Documentation
1
2
3
4
5
6
7
8
9
mod cache;
mod segmented;

pub use cache::Cache;
pub use cache::DefaultLifecycle;
pub use cache::Lifecycle;
pub use cache::One;
pub use cache::Weigher;
pub use segmented::SegmentedCache;