Hello, I am attempting to use `fetch`

Hello, I am attempting to use
fetch
with the cf.cacheTtlByStatus and cf.cacheEverything options and during development I plan to make a request from Worker A to Worker B both running in separate instances of wrangler so I'm wondering - will wrangler
fetch
do any caching during development? Also, will I need to enable Tiered Cache on Worker A or WorkerB's domain (or both) for this to work in production?
Was this page helpful?