micromegas-object-cache 0.27.0

object range cache for micromegas: shared cache engine and client ObjectStore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod backend;
pub mod blocks;
pub mod bounded_memory_backend;
pub mod client;
pub mod l1_store;
pub mod memory_backend;
pub mod metric_tags;
pub mod prefetch;
pub mod range_cache;
pub mod validation;

#[cfg(feature = "foyer")]
pub mod foyer_backend;

pub use bounded_memory_backend::BoundedMemoryBackend;
pub use client::CacheClientStore;
pub use l1_store::{L1CacheStore, l1_wrap};
pub use prefetch::PrefixPrefetch;