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