Actions
Feature #34474
closedRemove clear cache by id from clearCacheCMD
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-03-03
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
This issue is related to #34352. There a feature was introduced that allows to clear the cache by tag and by id from TCEMAIN.clearCacheCmd.
As discussed (also check comments on https://review.typo3.org/#/c/9266/) the clear by id should not be part of the public api as a cache identifier is something internal that's not disposed to the outside in case of cache_pages.
This patch removes the clear cache by id part (while keeping the clear cache by tag).
Actions