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

{% cache %} should use CacheModel

Open ironfroggy opened this issue 13 years ago • 0 comments

This would allow an exposure of the template cache blocks that one could introspect, update, and invalidate outside the normal render workflow. If a cache block can be identified by a path to the template, a path of the nested block names, and the final inherited set of keys, a CacheModel can be automatically created using all those as keys.

ironfroggy avatar Feb 01 '12 03:02 ironfroggy