[Neos] "Uncache" Menu in TYPO3 Neos

Patric Eckhart mail at patriceckhart.com
Fri Apr 17 18:55:17 CEST 2015


Hey guys, 
how can I "uncache" a menu in TYPO3 Neos.
I have tried it with the following TS2 but it does not work:

mainMenu = Menu {
				templatePath = 'resource://MyProject.Website/Private/Templates/TypoScriptObjects/MainMenu.html'
				itemCollection = ${q(site).add(q(site).children('[instanceof TYPO3.Neos:Document]')).get()}
@cache.mode = 'uncached'
			}


More information about the Neos mailing list