Project

General

Profile

Actions

Bug #98947

closed

TCEMAIN.clearCacheCmd = cacheTag not working

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

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-10-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I'm trying to make a configuration like this to work for my own Extbase extension:
1) TCEMAIN.clearCacheCmd = cacheTag:tx_iantest

Testing it, it doesn't clear the pages cache with tags like tx_iantest_123.

Instead this one works for tags like tx_news_123:
2) TCEMAIN.clearCacheCmd = cacheTag:tx_news

Even if I placed both config 1 & 2 in the Page TSconfig of the page with news records, where the config number 2 works, the config number 1 doesn't seem to have effect. By example: it doesn't delete records LIKE 'tx_iantest' in cache_pages_tags while config number 2 does delete records LIKE 'tx_news'.

Actions #1

Updated by Christian Toffolo over 1 year ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF