[TYPO3-mvc] Caching issue

Marc Bastian Heinrichs typo3 at mbh-web.de
Sat Feb 12 18:37:05 CET 2011


Hey,

> I got a caching issue. I update my object via repository->update(object) 
> and redirect to the show action. But in the show action nothing changed. 
> That works once after clearing the cache or if the page option no_cache 
> is enabled. But that's not a real solution.
> 
> Any suggestions?

I guess your pluginPage and your storagePage are not the same.
If you set in the TSconfig of your storagePage
TCEMAIN.clearCacheCmd = {pluginPageUid}
Extbase will clear the cache of the pluginPage in case you add or update
records in the storagePage.

Best
Marc Bastian


More information about the TYPO3-project-typo3v4mvc mailing list