# salvo-cache
## Cache middleware for Salvo.
This is an official crate, so you can enable it in `Cargo.toml` like this:
```toml
salvo = { version = "*", features = ["cache"] }
```
[](https://docs.rs/salvo-cache)