[TASK] Replace ClassLoader cache with standard caches
The class loader can now use all available cache backends for retrieval of class loading information. Using it with APC for example brings a good performance boost. Resolves: #53744 Releases: 6.2 Change-Id: I55db9686fa2d5b6462b4cb56c452ad2e99e1d2e7 Reviewed-on: https://review.typo3.org/25489 Reviewed-by: Wouter Wolters Reviewed-by: Markus Klein Tested-by: Markus Klein Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Thorsten Kahler Tested-by: Thorsten Kahler
Showing
- typo3/sysext/core/Classes/Core/Bootstrap.php 9 additions, 8 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Core/ClassAliasMap.php 30 additions, 37 deletionstypo3/sysext/core/Classes/Core/ClassAliasMap.php
- typo3/sysext/core/Classes/Core/ClassLoader.php 137 additions, 108 deletionstypo3/sysext/core/Classes/Core/ClassLoader.php
- typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 3 additions, 1 deletiontypo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 2 additions, 4 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Tests/Unit/Core/ClassLoaderTest.php 1 addition, 1 deletiontypo3/sysext/core/Tests/Unit/Core/ClassLoaderTest.php
- typo3/sysext/core/Tests/Unit/Package/PackageManagerTest.php 1 addition, 1 deletiontypo3/sysext/core/Tests/Unit/Package/PackageManagerTest.php
Please register or sign in to comment