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::CacheExpiration;

Modules

Caching structures for use in an asynchronous context.

Small structures based around entries in the cache.