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;