fetch(request, { cache: "no-store" }) This should stop workers to stop caching the requests in cf cd

fetch(request, { cache: "no-store" })
This should stop workers to stop caching the requests in cf cdn, right?
Was this page helpful?