Actions
Bug #51588
closedTCEMAIN.clearCacheCmd = cacheTag doesn't work
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
DataHandler aka TCEmain
Target version:
-
Start date:
2013-08-30
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
I have cached menu
lib.navigation.sub { cache.key = firstTag_{TSFE:sys_language_uid} cache.key.insertData = 1 cache.lifetime = default cache.tags = firstTag }
and settings in TSCONFIG
TCEMAIN.clearCacheCmd = cacheTag:firstTag
This isn't working properly, because menu is cached in cf_cache_hash but cache for tags is cleared only in cf_cache_pages and cf_cache_pagesection. I attach a patch.
Files
Updated by Philipp Gampe about 11 years ago
- Category set to DataHandler aka TCEmain
- Status changed from New to Accepted
- Complexity set to easy
Can you push the patch to gerrit? http://wiki.typo3.org/CWT
Updated by Gerrit Code Review about 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23624
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/24095
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/24096
Updated by Zbigniew Jacko about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 219c381c6f45d2580d92d87139d12d7891de1fc9.
Actions