KB / Memory / tech-workers-cache-enabled
Workers Cache enable flag
Enable per-worker cache with cache.enabled; only public Cache-Control is stored
Workers Cache sits in front of a Worker. Enable: cache: { enabled: true } in wrangler.
Safe default: only responses with explicit public Cache-Control are stored. Auth headers auto-bypass.
See tech-workers-cache-swr, tech-workers-cache-hit-skips-cpu.