[Neos] Re: "Uncache" Menu in TYPO3 Neos

Patric Eckhart mail at patriceckhart.com
Sun Apr 19 10:01:27 CEST 2015


Ok I have found the solution

@cache {
        mode = 'uncached'
        context {
            1 = 'node'
            2 = 'documentNode'
        }
        entryIdentifier {
            documentNode = ${documentNode}
            baseUri = ${String.toString(request.httpRequest.baseUri)}
        }
        entryTags {
            1 = 'NodeType_TYPO3.Neos:Document'
        }
    }


More information about the Neos mailing list