django-cache-memoize icon indicating copy to clipboard operation
django-cache-memoize copied to clipboard

Invalidate cache for a given function

Open andrewtmendoza opened this issue 3 years ago • 1 comments

Hello, is there a way to invalidate all cached values for a function versus invalidating the cached value for a given set of arguments?

andrewtmendoza avatar Oct 13 '21 17:10 andrewtmendoza

No, it mentions this in the readme. However you can clear all cached values on a per function basis with django-memoize

silentjay avatar Sep 09 '22 06:09 silentjay