[!!!][TASK] Consolidate extbase caches
The caches of extbase have been consolidated as both of them shared the same caching frontend. Cache identifiers `extbase_reflection` and `extbase_datamapfactory_datamap` do no longer exist. A single cache `extbase` is pre-configured and used for class schemata and data maps instead. Releases: master Resolves: #87558 Change-Id: I4d7ec53cfd1b4900998fa2d01db1d8f2c1730633 Reviewed-on: https://review.typo3.org/59573 Reviewed-by:Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Tested-by:
TYPO3com <noreply@typo3.com> Reviewed-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Tested-by:
Mona Muzaffar <mona.muzaffar@gmx.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php 1 addition, 1 deletion.../sysext/backend/Tests/Unit/Utility/BackendUtilityTest.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 1 addition, 6 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-87558-ConsolidateExtbaseCaches.rst 50 additions, 0 deletions...ngelog/master/Breaking-87558-ConsolidateExtbaseCaches.rst
- typo3/sysext/extbase/Classes/Persistence/Generic/Mapper/DataMapFactory.php 7 additions, 3 deletions...ase/Classes/Persistence/Generic/Mapper/DataMapFactory.php
- typo3/sysext/extbase/Classes/Reflection/ReflectionService.php 10 additions, 6 deletions...3/sysext/extbase/Classes/Reflection/ReflectionService.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ArrayDimensionMatcher.php 10 additions, 0 deletions...figuration/ExtensionScanner/Php/ArrayDimensionMatcher.php
Please register or sign in to comment