salvo-cache 0.74.1

Cache middleware for Salvo web server framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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"] }
```

[![Docs](https://docs.rs/salvo-cors/badge.svg)](https://docs.rs/salvo-cache)