An open API service indexing awesome lists of open source software.

https://github.com/drivly/caches.do

Cache any HTTP Request on the Edge
https://github.com/drivly/caches.do

Last synced: 4 months ago
JSON representation

Cache any HTTP Request on the Edge

Awesome Lists containing this project

README

        

# caches.do
Cache any HTTP Request on the Edge

```
https://caches.do/:ttl/:url
```

You can also specify the TTL in shorthand format like `5m`, `2h`, `7d`, or `2w`

By default, the cache is stored in a single edge location and is not globally replicated. If global replication is desired, there are two additional variations:

- KV
- R2

Additional variations:

- [swr.do](https://swr.do): Stale While Refresh Caching