projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[FEATURE] Provide core cache frontends via dependency injection
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
workspaces
/
Configuration
/
Services.yaml
1
services:
2
_defaults:
3
autowire: true
4
autoconfigure: true
5
public: false
6
7
TYPO3\CMS\Workspaces\:
8
resource: '../Classes/*'
9
10
cache.workspaces:
11
class: TYPO3\CMS\Core\Cache\Frontend\FrontendInterface
12
factory: ['@TYPO3\CMS\Core\Cache\CacheManager', 'getCache']
13
arguments: ['workspaces_cache']