{% extends "ui/_layout.html" %} {% block title %}Dashboard - withcache{% endblock %} {% block subnav %} {% endblock %} {% block intro %}
{{ cached_bytes }}
| URL | Count | Last seen |
|---|---|---|
| {{ r['url'] }} | {{ r['count'] }} | {{ r['last_seen'] }} |
| No recorded misses yet. When clients ``curl`` withcache for a URL that isn't cached the request shows up here so the operator can decide whether to promote it to the catalog. | ||