Skip to main content

Module cache

Module cache 

Source
Expand description

Cache abstractions and a default in-memory backend.

Re-exports§

pub use aside::CacheAside;
pub use aside::CacheAsideConfig;
pub use config::CacheConfig;
pub use error::CacheError;
pub use error::CacheResult;
pub use key::CacheKey;
pub use lru::LruCacheSnapshot;
pub use lru::LruCacheStore;
pub use memory::MemoryCacheStore;
pub use stats::CacheStats;
pub use stats::CacheStatsSnapshot;
pub use store::CacheStore;
pub use ttl::jitter_ttl;
pub use two_level::TwoLevelCacheSnapshot;
pub use two_level::TwoLevelCacheStats;
pub use two_level::TwoLevelCacheStore;

Modules§

aside
config
error
key
lru
memory
stats
store
ttl
two_level