You would need to implement this cache slicing logic in your Worker. Worker responses can’t be cache

You would need to implement this cache slicing logic in your Worker. Worker responses can’t be cached, so requests will always be billed. Note however that they can interact with the Cache API as part of their handling of a request
Was this page helpful?