[TYPO3-english] auto-clearing cache for displaying content released by timer
Simon Child
simon at srchild.com
Sun May 12 15:42:58 CEST 2013
"Philipp Gampe" <philipp.gampe at typo3.org> wrote in message
news:mailman.1.1368304521.30176.typo3-english at lists.typo3.org...
> Hi Simon,
>
> Simon Child wrote:
>
>> Is there a way within TYPO3 (4.7) to set the cache to clear daily at a
>> specific time or times?
>
> Check cache_period, cache and cache_clearAtMidnight.
> http://docs.typo3.org/typo3cms/TyposcriptReference/Setup/Config/Index.html
>
> Also check the page properties for the cache timeout, cache tags, etc.
Ah that looks helpful, thanks
So if I put this in my site config
config.cache.1 = tt_news:60
The news listing on page 1 (home page) will refresh its cache automatically
when an article (stored in pid 60) reaches it start-time?
And I can stack them to influence other pages as well e.g. my main news
listing (page 17) and my news special sections (page 23)?
config.cache.1 = tt_news:60
config.cache.17 = tt_news:60
config.cache.23 = tt_news:60
Thanks
Simon Child
More information about the TYPO3-english
mailing list