[!!!][TASK] Remove handling core caches with 'cache_' prefix
The core related caches have been renamed from 'cache_foo' to 'foo' in v10 already, together with a deprecation fallback. This fallback was planned for removal in v11 already, but has been prolonged to v12 to ease extension usage that want to stay compatible with two core versions. That fallback is now removed and a note is added to the main 'deprecation removal' ReST file. Resolves: #96836 Related: #96107 Related: #88366 Related: #94412 Releases: main Change-Id: I0560a7bc924d0a3a0224a3b013ccd09d712ecdef Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73430 Tested-by:core-ci <typo3@b13.com> Tested-by:
Nikita Hovratov <nikita.h@live.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Nikita Hovratov <nikita.h@live.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/Cache/CacheManager.php 2 additions, 23 deletionstypo3/sysext/core/Classes/Cache/CacheManager.php
- typo3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php 0 additions, 4 deletions...3/sysext/core/Classes/Cache/Frontend/AbstractFrontend.php
- typo3/sysext/core/Documentation/Changelog/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst 1 addition, 0 deletions...og/12.0/Breaking-96107-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/core/Tests/Unit/Cache/CacheManagerTest.php 0 additions, 63 deletionstypo3/sysext/core/Tests/Unit/Cache/CacheManagerTest.php
Please register or sign in to comment