Actions
Bug #49329
closedContent caching with page data key not working
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2013-06-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This bug report is related to Feature #34307 where it's written that the following code is working but it's not:
cache.key = mycachedcontent_{page:id} cache.key.insertData = 1
my cache identifier in the table "cf_cache_hash" looks like this:
"mycachedcontent_", the page id is missing.
{TSFE:sys_language_uid} is working fine.
Actions