[TYPO3-mvc] Caching issue
Thorben Kapp
thorben at work.de
Sat Feb 19 16:49:45 CET 2011
Hi,
I checked both:
TSConfig in storage page:
"TCEMAIN.clearCacheCmd = 6", 6 is the page's id where the plugin is placed.
I also checked ext_localconf.php:
"Tx_Extbase_Utility_Extension::configurePlugin('RadioModerators',
'Moderator', array(
'Moderator' => 'list,show',
'Schedule' => 'index,show,new,create,edit,save'
), array(
'Schedule' => 'index,new,edit'
));"
I also tried with all actions uncached.
Is there a difference if I update a child object of my schedule instead
of the schedule in schedule controller? I actually update a child object
not the schedule itself.
A hint where to start debugging?
Regards Thorben
On 02/14/2011 07:01 AM, Sebastian Kurfürst wrote:
> Hey Thomas,
>
>> Not sure if it's really possible or makes sense in the end,
>> but automatic page cache clearing would be awesome.
> If you set TCEMMAIN.clearCacheCmd correctly inside your storage page,
> this is actually done :-)
>
> Greets,
> Sebastian
More information about the TYPO3-project-typo3v4mvc
mailing list