cacheapp 0.1.7

Cache inspired by Laravel's cache remember forever
Documentation
1
2
3
4
5
6
mod cache;
mod value;
pub mod errors;
pub use cache::*;
pub use value::*;
pub use errors::*;