Skip to main content

Module cache

Module cache 

Source
Expand description

Cache abstractions and a default in-memory backend.

Re-exports§

pub use config::CacheConfig;
pub use error::CacheError;
pub use error::CacheResult;
pub use key::CacheKey;
pub use memory::MemoryCacheStore;
pub use store::CacheStore;

Modules§

config
error
key
memory
store