//! 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.
// exposed modules
// lifted types to the top level
pub use crateCache;
pub use crateCacheExpiration;