writium-cache 0.1.0

Common cache system for Writium APIs
Documentation
1
2
3
4
extern crate lru_cache;

mod cache;
pub use cache::{Cache, CacheSource};