kotx / render

Cloudflare Worker to proxy and cache requests to R2
MIT License
384 stars 85 forks source link

Allow opting out of caching #16

Closed davej closed 2 years ago

davej commented 2 years ago

Seems a little inefficient to be checking the cache if we know that we aren't using it. So I provided a way to opt out completely using "no-store".

kotx commented 2 years ago

Thanks!