[TYPO3-dev] Cache_period

Martin Kutschker masi-no at spam-typo3.org
Wed Mar 25 15:10:56 CET 2009


Bart Laarhoven - Ostendo schrieb:
> I'd suggest using a TypoScript condition like:
> 
> [globalVar = TSFE:page|type = 4]
> config.cache_period = 3600
> [end]

Alternative:

page = PAGE
page.typeNum = 0
page...

otherpage < page
otherpage.typeNum = 4
otherpage.config.cache_period = 3600

Masi




More information about the TYPO3-dev mailing list