[TYPO3-core] USER_CINT again
Martin Kutschker
Martin.Kutschker at blackbox.net
Mon Feb 27 22:41:26 CET 2006
Wolfgang Klinger <wolfgang at stufenlos.net> writes on
Mon, 27 Feb 2006 17:35:17 +0100 (MET):
>
> *hiya!*
>
> On Mon, 27 Feb 2006, Martin Kutschker wrote the following:
>
> > >
> > > It's me and the infamous USER_CINT. Attached is the patch and a
> > > demo plugin.
Let me explain again what is possible with the type and what not.
The type is capable of improving the classical list-type-plugin (eg tt_news). This type has dynamic outtput for all kind of lists, but static/cached details. Currently this is handled as USER, where the details use cHash and the lists TSFE->set_no_cache.
With USER_CINT for details cHash is used as beforem but the dynamic part may be stored as USER_INT in the page cash.
What it cannot do is to act as cashed or not-cached pluign at will. This is not possible because of the way the TYPO3 cache works. Perhaps not impossible to solve, but with simple means.
It's a rather straightforward simple enhancement for a common plugin type. Revolustions are post-poned to 4.5 ;-)
Masi
More information about the TYPO3-team-core
mailing list