[TYPO3-english] Re: Do not cache part of Fluid template. How to?
Uwe Schmelzer
us at dvschmelzer.de
Sun May 24 05:22:49 CEST 2015
In the meantime (2015), there is a solution for your problem:
SOLUTION
Install this Extension: "vhs" from TER
Get it here: typo3.org/extensions/repository/view/vhs
It provides a viewhelper called "render.uncache", that allows uncaching of partial.
See fluidtypo3.org/viewhelpers/vhs/2.1.4/Render/UncacheViewHelper.html for more information.
USAGE
<v:render.uncache section="MySection" partial="MyPartial" arguments="{_all}"/>
RELATED
lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2012-September/012878.html
typo3.3.n7.nabble.com/Do-not-cache-part-of-Fluid-template-How-to-td251880.html
More information about the TYPO3-english
mailing list