Project

General

Profile

Feature #14700

Updated by Christian Kuhn about 10 years ago

Added support to clear cache only in subtrees starting at the actual pid of an template. If you want to use this feature you have to add 

 $TYPO3_CONF_VARS['BE']['clearCacheSubTreeOnly'] = 1; 

 to localconf.php. 







 







 Will only work in template mode for the moment. I.e. all other clear_cacheCmd('all') will work as usual. 
 
 (issue imported from #M1031)

Back