[TYPO3-core] RFC #11079: Bug: cache_pages timeout always 3600 seconds

Bernhard Kraft kraftb at kraftb.at
Wed May 13 21:36:37 CEST 2009


Hello!

This is an RFC patch request.

Type: Bug

BT Reference: http://bugs.typo3.org/view.php?id=11079

Branch: trunk

Problem:
There is a bug in the newly introduced cache mechanisms which got backported from v5.
Currently all pages have a cache timeout of 3600 seconds cause the variable passed from TSFE is not handled forward to the caching backend.


Solution:
Change the function definition for the "set" method in the interface and implementations
of this method.
Pass the variable "lifetime" on to the backend-call


greets,
Bernhard


More information about the TYPO3-team-core mailing list