I’m seeing some very confusing cache-api behaviour on a worker of mine. I’ve set cache-control headers on a .css asset to be max-age=0, no-cache, but the worker is still caching the request. I can see this because the age response header is a non-zero value and the cf-cache-status says HIT. Is there any way I can turn off this automatic asset caching/any info of what’s going on under the hood?