MCPcopy
hub / github.com/liangliangyy/DjangoBlog / delete_view_cache

Function delete_view_cache

djangoblog/utils.py:214–217  ·  view source on GitHub ↗
(prefix, keys)

Source from the content-addressed store, hash-verified

212
213
214def delete_view_cache(prefix, keys):
215 from django.core.cache.utils import make_template_fragment_key
216 key = make_template_fragment_key(prefix, keys)
217 cache.delete(key)
218
219
220def get_resource_url():

Callers 1

model_post_save_callbackFunction · 0.90

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected