Project

General

Profile

Actions

Bug #51588

closed

TCEMAIN.clearCacheCmd = cacheTag doesn't work

Added by Zbigniew Jacko about 11 years ago. Updated about 6 years ago.

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

local_history.patch (1.04 KB) local_history.patch Zbigniew Jacko, 2013-08-30 16:07
Actions

Also available in: Atom PDF