Deprecation: #86353 - CacheManager usage in ext_localconf.php
See forge#86353
Description
Usage of \TYPO3\
during
ext_
loading phase has been marked as deprecated.
Impact
Using \TYPO3\
in
ext_
will trigger a PHP E_
error.
Affected Installations
All installations with third party extensions that use
\TYPO3\
in
ext_
.
Migration
Load caches on demand, when actually needed.