Default cache with worker binded
Hi, I am trying to use worker to transform an image into base64 string, and I use R2 to store those images, the structure is as follow:
Is there any solution to achieve this to reduce my worker access count?
- worker router binding to a domain on CF (abc.xyz)
- abc.xyz bind to R2 as public access
The problem is that after binding the worker to the DNS, the default Cloudflare cache settings, such as CF-Cache-Status, are no longer applied.
Is there any solution to achieve this to reduce my worker access count?