Smarty成員方法:clearAllCache()

2018-10-20 11:25 更新

Name

clearAllCache() — 清除全部緩存

說(shuō)明

void clearAllCache(int expire_time);

參數(shù)提供了一個(gè)最小時(shí)間,在這時(shí)間到來(lái)之前,全部緩存將會(huì)被清除。

Example 14.9. clearAllCache

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

// 一個(gè)小時(shí)內(nèi)清除全部緩存
$smarty->clearAllCache(3600);
?>

參見 clearCache()isCached() 和 緩存。

以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)