hey ! this is kind of a n00b question but asking anyway 😂 i am using caches.default on a Worker to

hey ! this is kind of a n00b question but asking anyway 😂 i am using caches.default on a Worker to cache a R2 file being server. I see that the response headers show CACHE HIT and a Max Age. If I fetch it with Cache Control no-store using fetch, is it still being served the Cached R2 file ? Or is the request header overriding the Worker's Cache behaviour ? Thanks !
Was this page helpful?