Hello,
A few of our endpoints serve up a set of “constants” as configured in the DB (imagine a list of countries, cities). So to optimise speed, we cached them with the cache_page decorator.
We’d like any changes made to be reflected instantaneously. I’d like to clear the cache using signals. Is there any function to obtain the cache key based on the URL of a view?