projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[FEATURE] Provide core cache frontends via dependency injection
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
fluid
/
Configuration
/
Services.yaml
diff --git
a/typo3/sysext/fluid/Configuration/Services.yaml
b/typo3/sysext/fluid/Configuration/Services.yaml
index
f8b1272
..
c822b70
100644
(file)
--- a/
typo3/sysext/fluid/Configuration/Services.yaml
+++ b/
typo3/sysext/fluid/Configuration/Services.yaml
@@
-12,3
+12,8
@@
services:
TYPO3\CMS\Fluid\View\TemplateView:
arguments:
$context: null
+
+ cache.fluid_template:
+ class: TYPO3\CMS\Core\Cache\Frontend\FrontendInterface
+ factory: ['@TYPO3\CMS\Core\Cache\CacheManager', 'getCache']
+ arguments: ['fluid_template']