缓存总数
{{ caches.total }}
缓存大小
{{ (total_size / 1024 / 1024)|round(2) }} MB
总命中次数
{{ total_hits }}
缓存列表
| 文件哈希 | 页数 | 大小 | 命中次数 | 创建时间 | 操作 |
|---|---|---|---|---|---|
{{ c.file_hash[:16] }}... |
{{ c.page_count }} | {{ (c.file_size / 1024)|round(1) }}KB | {{ c.hit_count }} | {{ c.created_at.strftime('%m-%d %H:%M') }} | |
| 暂无缓存 | |||||