<{t}>缓存管理<{/t}>

<{if $enable == 'true'}>

<{t}>缓存状态<{/t}>

<{if $status}> <{else}>
<{t}>无法查看缓存状态<{/t}>
<{/if}>

<{t}>缓存操作<{/t}>

<{button type="button" href="index.php?app=desktop&ctl=cachemgr&act=optimize" label=$___desktop="优化缓存"|t:'desktop'}> <{button type="button" href="index.php?app=desktop&ctl=cachemgr&act=clean" label=$___desktop="清空缓存"|t:'desktop'}>
<{if count($static_cache) > 0}>

<{t}>静态缓存<{/t}>

请注意: 此设置请慎重!! 如果不明请咨询代理商, 或查看官方文档
此功能可以设置相应页面的静态缓存时间, 单位为秒. 如果设置为0则表示使用cachemgr方案进行缓存.
<{foreach from=$static_cache item=item}> <{/foreach}>
名称 方法名 缓存时间 清除缓存
<{$item.name}> <{$item.app}>.<{$item.ctl}>.<{$item.act}>
<{/if}> <{else}>

<{t}>系统没有启用缓存<{/t}>

<{/if}>