summaryrefslogtreecommitdiffstats
path: root/simple_cache/README.md
blob: 812747a1d81298ed2c24acb82b44d7be4ba489f5 (plain)
1
2
3
4
5
6
7
# Basic caching for crates.rs

Crates.rs saves all successful responses from APIs to quickly (re)build the whole website, and to avoid overloading the APIs.

It's a simple key-value storage with no expiration. Most keys contain crate version, so every new crate release gets fresh data.

The initial cache files are available at [crates.rs/data](https://lib.rs/data). See *reindex* project for details.