mem_cache 0.1.2

memory cache
Documentation
1
2
3
4
5
mod cache;
mod async_cache;

pub use cache::Cache;
pub use async_cache::Cache as AsyncCache;