Get Smarty

Donate

Paypal

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() — Efface les fichiers de cache des templates

Description

void clear_all_cache(int expire_time);

Vous pouvez passer un paramètre optionnel afin d'indiquer l'âge minimun que doivent avoir les fichiers de cache pour qu'ils soient effacés.

Example 13.6. Exemple avec clear_all_cache


<?php
// efface le cache
$smarty->clear_all_cache();

// efface tous les fichiers vieux d'une heure
$smarty->clear_all_cache(3600);
?>

   

Voir aussi clear_cache(), is_cached() et le cache.

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors