How to cache fetch result in workers ?
I want to reduce the read on my databases. Also how to clear the cache when something happened (e.g. Post is created / updated).
1 Reply
https://developers.cloudflare.com/workers/runtime-apis/cache/
It gives you match/put/delete methods