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

clear_all_cache() — полностью очищает кэш шаблонов

Описание

void clear_all_cache(int expire_time);

В качестве необязательного параметра, вы можете указать минимальный возраст файлов кэша в секундах, прежде чем они будут очищены.

Example 13.6. clear_all_cache


<?php
// очищает весь кэш
$smarty->clear_all_cache();
?>

   

См. также clear_cache(), is_cached() и кэширование