[TYPO3-dev] Cache_period
    Francois Suter 
    fsuter at cobweb.ch
       
    Wed Mar 25 13:47:15 CET 2009
    
    
  
Hi,
> I was under the impression (from reading TSRef), that config settings 
> are global... If not, it should be made clearer in the documentation.
If you set
config.cache_period = 3600
it will be the reference value for all PAGE objects. But you can 
override it for a specific PAGE object, as shown by Thorsten:
>> myPage = PAGE
>> myPage {
>>   typeNum = 4
>>   config.cache_period = 3600
>> }
HTH
-- 
Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch
    
    
More information about the TYPO3-dev
mailing list