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

Hagen Gebauer gebauer at mpi-cbg.de
Wed Apr 1 14:26:50 CEST 2015


Hello again,

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()));

Cheers,
Hagen.


More information about the TYPO3-english mailing list