[TYPO3] clear cache from cron script

Loek Hilgersom hilgersom at xs4all.nl
Tue Jul 17 19:18:37 CEST 2007


Hi all,

I need to run a cron job which will update data for an extension in Typo3. After 
updating the data I need to clear the FE-cache for that specific page. How do I 
do that properly?

Is it a matter of just emptying some records in cache_pages
(DELETE FROM cache_pages WHERE id=x)
or is there a more appropriate way to achieve this?

Thanks,
Loek


More information about the TYPO3-english mailing list