[TYPO3-dev] WARNING!?? tslib_patcher, pp_chashchecker
Ingo Renner
ingo at typo3.org
Fri Aug 24 12:13:29 CEST 2007
Hi Dmitry,
Dmitry Dulepov [typo3] wrote:
> Generally the idea is:
> - $TSFE->no_cache is saved before entering USER extension
> - $TSFE->set_no_cache() causes a flag set that tells typo3 that this
> extension does not want caching
> - $TSFE->no_cache is restored after exiting USER extension
> - if set_no_cache was called, extention's output will be discard and it
> will turned to USER_INT to be called later
>
> Additionally several new functions will appear in tslib to work with
> cache. All new extensions should use those. Something like
> disablePageCache(), setNoCache(). The first is obvious, the second sets
> the same flag as $TSFE->set_no_cache() when called from USER. Extension
> can exist right after setNoCache() without any futher content generation.
sounds good
Ingo
More information about the TYPO3-dev
mailing list