[TYPO3-mvc] blog_example - caching issues?

Steffen Kamper info at sk-typo3.de
Wed May 20 14:41:10 CEST 2009


Hi,

Ingmar Schlecht schrieb:
> 
> Most piBase extensions are just read-only extensions which don't modify
> the records in the database. With that scenario it's quite simple, the
> cache for a page is always cleared by TCEMain when a record on the page
> is edited.
> 
> I think we could do the same for the persistence in Extbase: Just
> trigger a cache clearing for the page on every record modification for
> the PID.
> 

that isn't that simple. Remember tt_news, where you change records in 
storage pid, but need flushing cache on the Pids where the news plugin 
is. There is a pageTS cacheCMD IIRC to deal with this.

Also it could be that such magic could do the flushing too often.

vg Steffen


More information about the TYPO3-project-typo3v4mvc mailing list