What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
clear_all_cache (Cache vollständig leeren)
void clear_all_cache(int expire_time);
Leert den gesamten Template-Cache. Als optionaler Parameter kann ein Mindestalter in Sekunden angegeben werden, das die einzelne Datei haben muss, bevor sie gelöscht wird.
Example 13.6. clear_all_cache (Cache vollständig leeren)
<?php // leere den gesamten cache $smarty->clear_all_cache(); ?>