Actions
Bug #34299
closedstdWrap caching
Start date:
2012-02-26
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:¶
- Cacheable content is always page specific. Pages cannot share cached content.
- Cacheable content has no individual lifetime but is bound to the lifetime of the page where it is placed.
Solution:¶
Introduce new configuration options that will store the content into the caching framework:
5 = TEXT 5 { cache.key = mycurrenttimestamp cache.tags = tag_a,tag_b,tag_c cache.lifetime = 3600 data = date : U strftime = %H:%M:%S }
See details on http://www.fabrizio-branca.de/typo3-individual-cobject-caching.html
Actions