TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _deprecation-81434:
|
||||
|
||||
======================================================
|
||||
Deprecation: #81434 - String Cache Frontend Deprecated
|
||||
======================================================
|
||||
|
||||
See :issue:`81434`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The `StringFrontend` cache frontend has been marked as deprecated in favor of `VariableFrontend`.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Using `TYPO3\CMS\Core\Cache\Frontend\StringFrontend` will trigger a deprecation warning.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Any TYPO3 installation which defines any custom cache using `StringFrontend`.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
Replace `TYPO3\CMS\Core\Cache\Frontend\StringFrontend` occurrences in cache configurations with `TYPO3\CMS\Core\Cache\Frontend\VariableFrontend`.
|
||||
|
||||
.. index:: PHP-API, NotScanned
|
||||
Reference in New Issue
Block a user