[FEATURE] Provide core cache frontends via dependency injection
Configure services for each service instance. The service names of the cache frontends will follow this name pattern: "cache.[NAME OF CONFIGURATION]". E.g. the l10n cache frontend will be added as a service "cache.l10n". (One exception has been made for the workspaces_cache, which is names cache.workspaces) Resolves: #89054 Releases: master Change-Id: I5e328503ee0399f20ea37d766b8a80cd6d9930fc Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61588 Tested-by:Benjamin Franzke <bfr@qbus.de> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Markus Poerschke <markus@poerschke.nrw> Reviewed-by:
Oliver Bartsch <bo@cedev.de> Reviewed-by:
Susanne Moog <look@susi.dev>
Showing
- typo3/sysext/adminpanel/Configuration/Services.yaml 5 additions, 0 deletionstypo3/sysext/adminpanel/Configuration/Services.yaml
- typo3/sysext/core/Configuration/Services.yaml 37 additions, 0 deletionstypo3/sysext/core/Configuration/Services.yaml
- typo3/sysext/core/Documentation/Changelog/master/Feature-89054-ProvideCoreCacheFrontendsViaDependencyInjection.rst 87 additions, 0 deletions...89054-ProvideCoreCacheFrontendsViaDependencyInjection.rst
- typo3/sysext/extbase/Configuration/Services.yaml 5 additions, 0 deletionstypo3/sysext/extbase/Configuration/Services.yaml
- typo3/sysext/fluid/Configuration/Services.yaml 5 additions, 0 deletionstypo3/sysext/fluid/Configuration/Services.yaml
- typo3/sysext/workspaces/Configuration/Services.yaml 5 additions, 0 deletionstypo3/sysext/workspaces/Configuration/Services.yaml
Please register or sign in to comment