最佳答案
The documentation states:
The decorator also provides a
cache_clear()function for clearing or invalidating the cache.
It doesn't provide any examples or guidance on how to use cache_clear()
I have two questions:
cache_clear() from a different function?cache_clear() call conditionally inside the function that is being cached, will it ever get executed?