[Typo3-dev] Caching and FE-Editing - How ?
Kasper Skårhøj
kasper at typo3.com
Tue Apr 20 20:03:26 CEST 2004
> For that, I search 'tt_content.list_type' for
> my plugin ('sg_glossary_pi1') to get the pid's
> of pages, that contain my plugin.
> Then I delete all entries in 'cache_pages' and
> 'cache_pagesection' with these page_id's.
Seems like $GLOBALS['TSFE']->clearPageCacheContent_pidList($cc_pidList);
is more the function to use as I use it in fe_adminLib.
> Are there more cache-entries, I have to delete ?
No. Just use above function
> What contains the table 'cache_hash' ?
> Is there any documentation on these things ?
No. Nobody selfignited into writing the "TYPO3 caching unleashed"
document.
> Whats the difference of 'cache_pages' and 'cache_pagesection' ?
cache_pages : Contains cached page content
cache_pageSection : Contains some metainformation I can't remember too clearly.
cache_hash : Multipurpose cache table where a blob is stored identified by a hash-string. For instance parsed TYpoScript templates go here.
- kasper
More information about the TYPO3-dev
mailing list