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

clear_all_cache

void clear_all_cache( expire time);  
int expire time;
 

Isso limpa completamente o cache de template. Como um parâmetro opcional, você pode fornecer um ano mínimo em segundos que o arquivo de cache deve ter antes deles serem apagados.

Example 13.6. clear_all_cache

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