[Typo3-dev] Caching and FE-Editing - How ?
Stefan Geith
typo3dev at geithware.de
Tue Apr 20 16:57:24 CEST 2004
Hi Dev's,
I have written a glossary-plugin with FE-Editor.
While not in editing-mode, caching works fine.
In editing-mode caching is disabled.
But: when I change or add an entry with my
FE-Editor, I have to clear the cache, before
other users can see the changes I made in FE.
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.
Is this correct ?
Are there more cache-entries, I have to delete ?
What contains the table 'cache_hash' ?
Is there any documentation on these things ?
Whats the difference of 'cache_pages' and 'cache_pagesection' ?
Thanks for any help ...
Stefan Geith
More information about the TYPO3-dev
mailing list