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_cache

void clear_cache(string template,
                 string cache_id,
                 string compile_id,
                 int expire_time);

Elimina la cache per un template specifico. Se avete più cache per questo template, potete eliminarne una specifica fornendo il cache_id come secondo parametro. Potete anche passare un compile_id come terzo parametro. Potete "raggruppare" i template in modo da rimuoverli in gruppo. Leggete la sezione sul caching per maggiori informazioni. Come quarto parametro opzionale potete fornire un'età minima in secondi che il file di cache deve avere prima di essere eliminato.

Example 13.8. clear_cache


<?php
// eliminazione della cache per un template
$smarty->clear_cache("index.tpl");

// eliminazione di una particolare cache in un template a più cache
$smarty->clear_cache("index.tpl", "CACHEID");
?>

   

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors