http-cache 1.0.0-alpha.2

An HTTP caching middleware
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "manager-cacache")]
pub mod cacache;

#[cfg(feature = "manager-moka")]
pub mod moka;

// Streaming cache managers
#[cfg(feature = "streaming")]
pub mod streaming_cache;