tokio-cache 0.2.0-alpha.1

Non-blocking caches that can be used with Tokio.
Documentation
1
2
3
4
5
6
mod async_cache;
mod core;
mod timed_cache;

pub use async_cache::AsyncCache;
pub use timed_cache::TimedCache;