Cache not matching
Hey there, I already had quite some projects with Cloudflare workers (and caches). However, i encountered an issue with cache
- When
put
and match
from different endpoints.- When
match
ing in the same endpoint where the put
happens i get a cache hit. Same when put
ting in the endpoint where match
happens.
- I tried a static URL/string (a subdomain of my worker domain) and still no match.
- I tried to use a custom cache instead of caches.default
without luck
Does anyone has an idea of what could be the issue?
This is a web-hook that is called from an external service. I want to cache prediction.output which is a URL of type string
This is the file where i try to match against my cache key
1 Reply
@Rebux