Hello, Good morning : )
I want to ask that if it is possible that we can cache the response of a route in the cloudflare so that it does not hit the worker script for the response and directly uses the cached one ?
The response of the url updates on every sunday, and I am planning to implement SSR for it but I am unaable to figure out how do I cache it so that it does not invoke my worker everytime for the same response generation.