[Neos] "Uncache" Menu in TYPO3 Neos

Dmitri Pisarev dimaip at gmail.com
Mon Apr 20 09:19:11 CEST 2015


Hey Partic! Glad you've found out about `context` thingy on your own. But
why do you want your menu to be uncached, in the first place?

On Sun, 19 Apr 2015 at 11:05 Patric Eckhart <mail at patriceckhart.com> wrote:

> 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'
>         }
>     }
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>


More information about the Neos mailing list