[TYPO3-dev] Announcing TYPO3 4.2 Beta 3

Steffen Kamper steffen at sk-typo3.de
Tue Mar 4 17:22:23 CET 2008


"Martin Kutschker" <Martin.Kutschker at n0spam-blackbox.net> schrieb im 
Newsbeitrag 
news:mailman.1.1204646908.28495.typo3-dev at lists.netfielders.de...
> Dmitry Dulepov [typo3] schrieb:
>>
>> I am not sure who had the idea to disable no_cache. I do not remember 
>> seeing it in core list.
>
> I think this is one of Stucki's favourite topics :-)
>
> Mas

it's true that this is introduced by Stucki, but the idea is good.
It should educate developers to get rid of no_cache which isn't a good 
strategy for websites using cache.
But to achieve this there must be good alternatives in core to use them. Atm 
there is
* USER_INT
* using COA_INT in USER with cObjGetSingle

The best would be to have a wrapper of the last method in cObj to use, 
something like
$this->cObj->renderNoCache($content)

vg  Steffen 






More information about the TYPO3-dev mailing list