k-cache 0.1.10

internal cache implementation for rmemstore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod cache;
mod segmented;
mod ttl;

pub use cache::Cache;
pub use cache::DefaultLifecycle;
pub use cache::EntryStatus;
pub use cache::Lifecycle;
pub use cache::One;
pub use cache::Weigher;
pub use segmented::SegmentedCache;
pub use ttl::Ttl;
pub use ttl::TtlLifecycle;