For Workers & Pages, what is the name of the domain?
readtoinvest-cloudflare-worker.marcin.workers.dev
What is the issue or error you’re encountering
cache not retrieved when checking cache from a different location.
What are the steps to reproduce the issue?
I use a worker as a proxy to cache a response using cache.put() from a server but learned that it is cached only locally on a nearby data center.
How could I cache it across all data centers to avoid making the same requests to the server from different user locations?
Should I cache the responses in a different way?