Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

clearAllCache() — 清除全部缓存

说明

void clearAllCache(int expire_time);

参数提供了一个最小时间,在这时间到来之前,全部缓存将会被清除。

Example 14.9. clearAllCache


<?php
// 清除全部缓存
$smarty->clearAllCache();

// 一个小时内清除全部缓存
$smarty->clearAllCache(3600);
?>

   

参见 clearCache(), isCached()缓存