bincache 0.5.1

ZitaneLabs binary cache.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod cache_key;
mod cache_strategy;
mod compression_strategy;
mod flushable_strategy;
mod recoverable_strategy;

pub use cache_key::CacheKey;
pub use cache_strategy::CacheStrategy;
pub use compression_strategy::CompressionStrategy;
pub use flushable_strategy::FlushableStrategy;
pub use recoverable_strategy::RecoverableStrategy;