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 — limpia completamente el cache del template

void clear_all_cache(int expire_time);

Como un parámetro opcional, usted puede proporcionar un periodo minimo en segundos que el archivo de cache debe tener antes de ser anulado.

Example 13.6. clear_all_cache


<?php
// clear the entire cache
$smarty->clear_all_cache();
?>

   

Ver también clear_cache(), is_cached() y caching