[TASK] Deprecate StringFrontend cache frontend
Can be drop-in replaced by VariableFrontend. There are no occurrences in core code except for in tests and comments. Configurations using this frontend can be automatically migrated on-the-fly. Such auto-migration is not part of this patch - this patch only touches the PHPDOC and documents the deprecation. Change-Id: I3b4b4979534857fa30b56d9967e8f919fc046ab9 Resolves: #81434 References: #81432 Releases: master Reviewed-on: https://review.typo3.org/53084 Reviewed-by:Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php 40 additions, 1 deletiontypo3/sysext/core/Classes/Cache/Frontend/PhpFrontend.php
- typo3/sysext/core/Classes/Cache/Frontend/StringFrontend.php 19 additions, 0 deletionstypo3/sysext/core/Classes/Cache/Frontend/StringFrontend.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-81434-StringCacheFrontendDeprecated.rst 32 additions, 0 deletions...aster/Deprecation-81434-StringCacheFrontendDeprecated.rst
- typo3/sysext/core/Tests/Unit/Cache/Frontend/AbstractFrontendTest.php 11 additions, 11 deletions...t/core/Tests/Unit/Cache/Frontend/AbstractFrontendTest.php
- typo3/sysext/core/Tests/Unit/Cache/Frontend/PhpFrontendTest.php 2 additions, 2 deletions...sysext/core/Tests/Unit/Cache/Frontend/PhpFrontendTest.php
- typo3/sysext/core/Tests/Unit/Cache/Frontend/VariableFrontendTest.php 6 additions, 6 deletions...t/core/Tests/Unit/Cache/Frontend/VariableFrontendTest.php
- typo3/sysext/core/Tests/Unit/Localization/LocalizationFactoryTest.php 1 addition, 1 deletion.../core/Tests/Unit/Localization/LocalizationFactoryTest.php
- typo3/sysext/core/Tests/UnitDeprecated/Cache/Frontend/StringFrontendTest.php 1 addition, 1 deletion...ests/UnitDeprecated/Cache/Frontend/StringFrontendTest.php
- typo3/sysext/scheduler/Tests/Unit/Task/CachingFrameworkGarbageCollectionTest.php 4 additions, 4 deletions...Tests/Unit/Task/CachingFrameworkGarbageCollectionTest.php
Please register or sign in to comment