{% extends "ui/_layout.html" %} {% block title %}Cached - withcache{% endblock %} {% block subnav %} {% endblock %} {% block intro %}
Blobs the operator downloaded via /ui/catalog or /ui/misses land here. Each row is a cached artifact keyed by the sha256 of its canonical source URL. Use the trash button to drop a blob; the next request for that URL returns 404 until the operator Downloads it again.
{% endblock %} {% block content %}
Cached blobs
{% for r in rows %} {% endfor %} {% if not rows %} {% endif %}
URL Size SHA-256 Hits Fetched Action
{{ r['url'] }} {{ r['size'] }} {{ r['sha256'][:12] }}... {{ r['hits'] }} {{ r['fetched_at'] }}
No cached blobs yet. Bty flashes through withcache populate this list on the first fetch of each catalog artifact.
{% endblock %}