tower-http-cache-plus 0.0.2

HTTP response caching middleware with integrated compression
Documentation
mod body;
mod cache;
mod configuration;
mod hooks;
mod key;
mod response;
mod tiered;
mod weight;

/// Cache axum utilities.
#[cfg(feature = "axum")]
pub mod axum;

/// Cache implementations.
pub mod implementation;

/// Cache middleware utilities.
pub mod middleware;

#[allow(unused_imports)]
pub use {body::*, cache::*, configuration::*, hooks::*, key::*, response::*, tiered::*, weight::*};