TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -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