Cache isn't always hit
Following the example at https://developers.cloudflare.com/workers/examples/cache-api/ we implemented the Cache API on our Pages Function. Few changes were made, for example instead of s-maxage, Expires was used. The endpoint that uses the cache is only accessed by our app not web browsers. When looking at the console logs we figured that not every request hits the cache, it's roughly about a 50% hit rate. Is this the expected behavior or can the hit rate be improved somehow?
Documentation for Cloudflare Workers, a serverless execution environment that allows you to create entirely new applications or augment existing ones …
