Bug #26499
closedCaching framework: Remove flushByTags() and findIdentifiersByTags()
100%
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
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I37f35a724be320a89cbf4a7b0d2533e60e2ef839 has been pushed to the review server.
It is available at http://review.typo3.org/1794
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I37f35a724be320a89cbf4a7b0d2533e60e2ef839 has been pushed to the review server.
It is available at http://review.typo3.org/1794
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change I37f35a724be320a89cbf4a7b0d2533e60e2ef839 has been pushed to the review server.
It is available at http://review.typo3.org/1794
Updated by Mr. Hudson over 13 years ago
Patch set 5 of change I37f35a724be320a89cbf4a7b0d2533e60e2ef839 has been pushed to the review server.
It is available at http://review.typo3.org/1794
Updated by Mr. Hudson over 13 years ago
Patch set 6 of change I37f35a724be320a89cbf4a7b0d2533e60e2ef839 has been pushed to the review server.
It is available at http://review.typo3.org/1794
Updated by Christian Kuhn over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset ec6ce1b77e9217a1399322e551e31f16db4725bb.
Updated by Xavier Perseguers over 12 years ago
- Status changed from Resolved to Closed