Your Worker can now have its own cache in front of it

TL;DR AI
2 min readKey summary
Cloudflare launched Workers Cache, a built-in caching layer that can sit in front of any Worker.
It uses standard Cache-Control headers, cache tags, and purge APIs, and can be enabled with Wrangler.
When a request is cached, Cloudflare serves it before the Worker runs; on a miss, the Worker executes and can store the response.
The feature works for all Workers on any plan, helping server-rendered apps cut latency and CPU cost.
