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
Actions