http-cache 1.0.0-alpha.6

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

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

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

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