Skip to content
Snippets Groups Projects
Commit 863530cb authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[TASK] Deprecate flushByTag hook

The hook
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/cache/frontend/class.t3lib_cache_frontend_abstractfrontend.php']['flushByTag']
is deprecated, since it contradicts the recommended
way for custom cache functionality, which is
to implement a custom cache frontend using
the corresponding Frontend API.

Resolves: #99592
Releases: main
Change-Id: Idb158c29408d5335774986adfb351e231f855a9d
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77464


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarOliver Hader <oliver.hader@typo3.org>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
parent c84775db
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment