Stats about django-fancy-cache usage

{% if not remember_all_urls_setting %}

Note! You do not have FANCY_REMEMBER_ALL_URLS set in your settings so cached URLs will not be recorded unless explicitely set on the cache_page decorator.

{% else %} {% if not remember_stats_all_urls_setting %}

Note! You do not have FANCY_REMEMBER_STATS_ALL_URLS set in your settings so statistics about hits and misses will not be recorded.

{% endif %} {% endif %} {% for url, cache_key, stats in found %} {% if forloop.first %} {% endif %} {% if stats %} {% else %} {% endif %} {% if forloop.last %}
Path Cache key Hits Misses
{{ url }} {{ cache_key }}{{ stats.hits }} {{ stats.misses }}- -
{% endif %} {% endfor %} {% if not found %}

No found URLs in the cache at the moment.

{% endif %}