forked from Flowpack/jobqueue-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathObjects.yaml
29 lines (27 loc) · 815 Bytes
/
Objects.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Flowpack\JobQueue\Common\Job\JobManager:
properties:
messageCache:
object:
factoryObjectName: Neos\Flow\Cache\CacheManager
factoryMethodName: getCache
arguments:
1:
value: FlowPackJobQueueCommon_MessageCache
Flowpack\JobQueue\Common\Command\JobCommandController:
properties:
messageCache:
object:
factoryObjectName: Neos\Flow\Cache\CacheManager
factoryMethodName: getCache
arguments:
1:
value: FlowPackJobQueueCommon_MessageCache
Flowpack\JobQueue\Common\Queue\FakeQueue:
properties:
messageCache:
object:
factoryObjectName: Neos\Flow\Cache\CacheManager
factoryMethodName: getCache
arguments:
1:
value: FlowPackJobQueueCommon_MessageCache