[TYPO3-dev] Cache_period

Dmitry Dulepov dmitry at typo3.org
Wed Mar 25 14:12:10 CET 2009


Hi!

Dan Osipov wrote:
> There is a global setting config.cache_period, which sets the default
> time that the cache of a page is valid. However, I would like for a
> certain page type to have a different setting, and expire at a different
> time. Is it possible?

Several ways:
- make an extension template on that page and use "config.cache_period" in the extension template (applies to subpages too)
- use "config.cache_period" together with a condition "[globalVar = TSFE:id = 123]"

-- 
Dmitry Dulepov
TYPO3 core team
http://dmitry-dulepov.com/article/blank-empty-page-in-typo3.html




More information about the TYPO3-dev mailing list