Smarty - the compiling PHP template engine | ||
---|---|---|
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Chapter 13. Methods | 下一篇教材 |
This clears the cache for a specific template. If you have multiple
caches for this template, you can clear a specific cache by supplying
the cache id as the second parameter. You can also pass a compile id as
a third parameter. You can "group" templates together so they can be
removed as a group. See the caching section
for more information. As an optional fourth parameter, you can supply a
minimum age in seconds the cache file must be before it will get
cleared.
清除指定模板的缓存。如果这个模板有多个缓存,你可以用第二个参数指定要清除缓存的缓存号,还可以通过第三个参数指定编译号。你可以把模板分组,以
便可以方便的清除一组缓存。更多的信息可以查看缓存部分。第四个参数是可选的,用来指定超过某一
时间(以秒为单位)的缓存才会被清除。
上一篇教材 宏博CMS网站内容管理系统 收集整理 | Smarty中文手册的主目录 | 下一篇教材 |
clear_assign 清除赋值 |
Smarty章节目录 | clear_compiled_tpl 清除已编译模板 |