[TYPO3-mvc] Caching problem with start page content rendered through an Extbase Extension
Philipp
philippwrann at gmx.at
Tue Sep 3 10:34:54 CEST 2013
When linking to your frontpage with some parameters you have to create a new cachekey for your parameters, that way you ensure that a call without parameters is cached separately from a call with parameters...
Thats the whole thing about the cHash.
You could also define 2 actions... one statically, not taking any parameters as the default action of the frontpage and one uncached taking parameters, when linking to your frontpage you have to set <f:link.action action="someUncachedAction" arguments="{param:"foo"}">Link to uncached</f:link.action>
But the default action of your plugin would be an other...
Thats not a big deal.
More information about the TYPO3-project-typo3v4mvc
mailing list