skp-cache-storage 0.1.0

Storage backends for skp-cache
Documentation
1
2
3
4
5
6
7
//! Multi-tier backend implementation

mod backend;
mod circuit_breaker;

pub use backend::MultiTierBackend;
pub use circuit_breaker::CircuitBreaker;