Expand description
Very small caching utility with async locking support.
All interaction in this crate will be done through the Cache type,
so please see the the cache module for further instructions.
Re-exports§
pub use crate::cache::Cache;pub use crate::entry::CacheEntry;pub use crate::entry::CacheExpiration;