Bug #34299
closedstdWrap caching
100%
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
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9241
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9245
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9245
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/9245
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9249
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9251
Updated by Fabrizio Branca over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset aeba39cedbbd7a1b27e882b8ac0c20c800a40965.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed