[TYPO3-dev] Clear typoscript cache manually

Helmut Hummel helmut.hummel at typo3.org
Fri Sep 12 18:43:18 CEST 2014


On 12.09.14 16:15, Olle Haerstedt wrote:
> Without a backend, how do I clear the typoscript cache manually? Removing folder typo3temp does not work. If I change the setup.txt typoscript for an extension, nothing will change. I guess the typoscript is cached in the database, but which table?

You want to do the following:

GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Cache\\CacheManager')->flushCachesInGroup('pages');

Kind regards,
Helmut

-- 
Helmut Hummel
Release Manager TYPO3 6.0
TYPO3 CMS Active Contributor, TYPO3 Security Team Member

TYPO3 .... inspiring people to share!
Get involved: typo3.org



More information about the TYPO3-dev mailing list