FANCY_REMEMBER_ALL_URLS
set in your
settings so cached URLs will not be recorded unless explicitely
set on the cache_page
decorator.
FANCY_REMEMBER_STATS_ALL_URLS
set in your
settings so statistics about hits and misses will not be recorded.
Path | Cache key | Hits | Misses | ||
---|---|---|---|---|---|
{{ url }} | {{ cache_key }} | {% if stats %}{{ stats.hits }} | {{ stats.misses }} | {% else %}- | - | {% endif %}
No found URLs in the cache at the moment.
{% endif %}