Actions
Feature #98952
closedUse wildcard in TCEMAIN.clearCacheCmd = cacheTag:tag
Start date:
2022-10-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
EXT:news suggests to use TCEMAIN.clearCacheCmd = cacheTag:tx_news
to clear all caches of pages on which the news plugins are used.
To achieve this EXT:news adds cache tag 'tx_news' on news controller init.
If TYPO3 allowed to use wildcards in TCEMAIN.clearCacheCmd = cacheTag:tag
, the same result could be achieved with an hypotetic code like:TCEMAIN.clearCacheCmd = cacheTag:tx_news*
Obviously, this can be useful in other cases and for other extensions.
Actions