Cache Rules apply to all requests but also Worker subrequests/fetches and can be used to override se

Cache Rules apply to all requests but also Worker subrequests/fetches and can be used to override setting. If your subrequest matches one, it'll apply to it.
Fetch has options to further override cache options, for more specific settings then Cache Rules and such

Cache API is a way to directly talk to cache, insert requests and match, but Cache API Does not supported Tiered Caching unlike normal fetch
Was this page helpful?