[TYPO3-dev] TypoScript: cache_period for USER objects

Steffen Kamper steffen at dislabs.de
Sat Nov 18 19:16:51 CET 2006


"Jens Schmietendorf" <jenses at smedja.com> schrieb im Newsbeitrag 
news:mailman.1.1163871989.5901.typo3-dev at lists.netfielders.de...
> Steffen Kamper schrieb:
>> Hi Oliver,
>>
>> did you looked at the way joey suggested (USER_INT in Extension) ?
>> I described it in german here: 
>> http://www.sk-typo3.de/COA_INT-in-Extensions.190.0.html
>>
>> In my opinion this is the easiest way to have no cached objects in cached 
>> Extensions.
> But the question ist not "to cache or not to cache",
> the question is:
> How can I configure the plugins cache period
> independent of the page cache period ;-)
>
> jenses

as far as i know, there is only one line in Typo3 handling the 
cache_period-Parameter, and this is in
class.tslib_fe.php:
$this->cacheTimeOutDefault = 
intval($this->config['config']['cache_period']);

so the syntax plugin.xxx_pi1.cache_period is useless.
This means, that there is no special cache handling for single objects.

If i'm wrong please let me know.

vg  Steffen 






More information about the TYPO3-dev mailing list