Project

General

Profile

Actions

Bug #26499

closed

Caching framework: Remove flushByTags() and findIdentifiersByTags()

Added by Christian Kuhn about 13 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Caching
Target version:
-
Start date:
2011-04-29
Due date:
% Done:

100%

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

Description

[BUGFIX] Caching framework: Remove flushByTags() and findIdentifiersByTags()

- Both backend methods flushByTags() and findIdentifiersByTags() do not exist in FLOW3
- Both methods are not used in the core
- findIdentifiersByTags() is completly unused, it even does not have a frontend wrapper method, it is fully removed from backend interface, from all backends and all tests
- flushByTags() is bogus and implemented differently in different backends: Some used to delete entries only if they where tagged with all tags, some if an entry was tagged with one of the tags.
- The frontend wrapper flushByTags() is now deprecated and implemented in the abstract as a wrapper for flushByTag() iterating through the array


Related issues 1 (0 open1 closed)

Follows TYPO3 Core - Task #26263: Update caching framework to latest FLOW3 versionClosedChristian Kuhn2011-04-25

Actions
Actions

Also available in: Atom PDF