Project

General

Profile

Actions

Feature #98952

closed

Use wildcard in TCEMAIN.clearCacheCmd = cacheTag:tag

Added by Christian Toffolo over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
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 #1

Updated by Christian Toffolo over 1 year ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF