[TYPO3-dev] set_no_cache is bad. What's next?
Steffen Kamper
info at sk-typo3.de
Fri Oct 30 10:35:24 CET 2009
Hi,
David Bruchmann schrieb:
>
> cHash and Cache always is a bit mysterial, so I take the chance to ask
> about a special case:
>
> I've one Extension with several plugins. The cHash is build for all
> together I think and the result isn't correct. How can I force that each
> plugin is cached separately and that content of several plugins isn't
> merged in one cHash?
>
cHash is built with the getVars. If you use different plugins you should
have different prefix and as result different cHash. Look to cHash
generation t3lib_div::cHashParams.
There are also possibilities to tag cache for your plugin by using reg1
($TSFE->page_cache_reg1)
vg Steffen
More information about the TYPO3-dev
mailing list