{% extends base %} {% block body_left %}

缓存信息
{% include common/button/back_button.html %}

单机缓存 数据库缓存
缓存总数: {{cache_count}} 缓存大小: {{cache_size}}
{% for item in cache_list %} {% end %}
Key Value Expire
{{item.key}} {{item.value_short}} {% if item.value != item.value_short %}
展开 {% end %}
{{item.expire}}
{% include common/pagination.html %}
{% end %} {% block body_right %} {% include system/component/admin_nav.html %} {% end %}