We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b573288 + 64ddda7 commit bceb35bCopy full SHA for bceb35b
src/Resources/config/services.yml
@@ -5,6 +5,8 @@ services:
5
class: Cache\AdapterBundle\Factory\ApcuFactory
6
cache.factory.array:
7
class: Cache\AdapterBundle\Factory\ArrayFactory
8
+ cache.factory.chain:
9
+ class: Cache\AdapterBundle\Factory\ChainFactory
10
cache.factory.filesystem:
11
class: Cache\AdapterBundle\Factory\FilesystemFactory
12
cache.factory.memcached:
0 commit comments