[TYPO3-english] Re: Extbase/Fluid extension: clear caches for all pages containing a plugin on records data update?

Viktor Livakivskyi invisible.kinder at gmail.com
Wed Apr 1 14:58:16 CEST 2015


Hi, Hagen 

> one more thing: I received an error that getLocalizedUid was an unknown method. So in my
> showAction(\Vendor\MyExtension\Domain\Model\MyModel $entity) (or singleViewAction) method I had to call it like
> $typoScriptFrontendController->addCacheTags(array('tx_myextension_domain_model_mymodel_' . $entity->getUid()));

You're right. I just copy-pasted it from my code and ofrgot to clean-out non-existing methods. But you've got the idea :)


More information about the TYPO3-english mailing list