Actions
Bug #67244
closedUndocumented flushing page cache by table and record tags
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2015-06-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Since #46617 it is possible to flush page caches by changing records of custom tables simply by registering additional page cache tags like tx_mytable
and tx_mytable_42
through the TypoScriptFrontendController
.
This feature should be documented for reasons stated in the commit message:
As suggested in the wiki it is helpful to tag caches with a combination of
table and record uid to get the cache deleted when the specific record was
edited. But rather that each extension provides its own implementation it
would be better to store this simple function into the core.
Actions