{% for var in cached_vars %} {% endfor %}
Key Hits Created Expires Size Value
{{ var.key }} {{ var.num_hits }} {{ var.creation_time|ago }} ago {{ (var.creation_time + var.ttl)|until }} (ttl: {{ var.ttl }}s) {{ var.mem_size }} bytes {% set value = var.value|json_encode %} {{ value[:80]|e('html') }}{% if value|length > 80 %}…{% endif %}