[TYPO3-dev] Clear_cacehCmd from scheduler task

Christian Kuhn lolli at schwarzbu.ch
Thu Nov 15 09:35:37 CET 2012


Hey,

On 11/14/2012 10:05 AM, Tomas Norre Mikkelsen wrote:
> I have various tasks in my T3 project, and one that requires clear cache
> when done,

if you really wanna clear all and every cache:

$GLOBALS['typo3CacheManager']->flushCaches();

Works in all reasonable young typo3 versions.

Regards
Christian



More information about the TYPO3-dev mailing list