[TYPO3-dev] clear specified cache_pagesection

Steffen Kamper info at sk-typo3.de
Thu Jan 8 11:51:00 CET 2009


Steffen Kamper schrieb:
> 
> i'm a bit astonished.
> I created a page with a news plugin showung list + single. I created 2 
> news records. Then i called the page in FE and clicked through 3 views:
> * no single - displaying list
> * click on news 1 - displaying list and single view of 1
> * click on news 2 - displaying list and single view of 2
> 
> Then i looked to table cache_pagesetion. I saw one entry for the page, i 
> would expect 3.
> The tag only respect id and MPvar calculated this way:
> 'pageId_' . intval($GLOBALS['TSFE']->id) . ',mpvarHash_' . 
> t3lib_div::md5int($GLOBALS['TSFE']->MP)
> 
> Did i misunderstood concept of cache or why do i miss respect of GETvars 
> and more entries?
> 

yes, i misunderstood :-)
Thanks to olly who pointed me to the right way. The varies of the page 
are stored in cache_pages, the cache_pagesection comes only into the 
game when TS-conditions are defined.

Anyway i'm not able to generate the right tag for a given set of 
GET-params, hope that Ingo is reading and can help out.

vg Steffen




More information about the TYPO3-dev mailing list