[Typo3-dev] extensions and caching
Zach Davis
zach at crito.org
Tue Dec 14 15:26:10 CET 2004
Jean-David Gadina wrote:
> Hi Zach
>
> I often have that kind of problems... Usually, you can fix that by setting $GLOBALS['TSFE']->set_no_cache(), but then the whole page won't be cached...
>
> A cleaner way, from my point of view, would be to use a USER_INT object for the extension, when you encounter caching problems... If I'm right, it will disable the cache only for the extension, and not for the whole page...
>
> - Jean-David Gadina (macmade)
>
> -----------------------
> This thread is located in the archive at this URL:
> http://typo3.org/documentation/mailing-lists/dev-list-archive/thread/110103295/
>
Ok, that makes sense. But is there a way to make my extension cache
itself whenever possible? Let's say, for example, that I wanted the
extension to work with indexed search -- is there a good way to do this
while building the extension?
best,
Zach
More information about the TYPO3-dev
mailing list