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
- Host: GitHub
- URL: https://github.com/drivly/caches.do
- Owner: drivly
- License: mit
- Created: 2022-08-26T07:27:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T08:58:12.000Z (over 2 years ago)
- Last Synced: 2025-02-16T15:16:54.068Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- R2Additional variations:
- [swr.do](https://swr.do): Stale While Refresh Caching