django-cache-memoize
django-cache-memoize copied to clipboard
Invalidate cache for a given function
Hello, is there a way to invalidate all cached values for a function versus invalidating the cached value for a given set of arguments?
No, it mentions this in the readme. However you can clear all cached values on a per function basis with django-memoize