Skip to content

Commit 679c44c

Browse files
committed
Merge branch 'master' into travis
2 parents 0056cfa + 013d685 commit 679c44c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Resources/config/services.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
services:
22
cache.factory.apc:
33
class: Cache\AdapterBundle\Factory\ApcFactory
4-
cache.factory.uapc:
4+
cache.factory.apcu:
55
class: Cache\AdapterBundle\Factory\ApcuFactory
66
cache.factory.array:
77
class: Cache\AdapterBundle\Factory\ArrayFactory
88
cache.factory.filesystem:
99
class: Cache\AdapterBundle\Factory\FilesystemFactory
1010
cache.factory.memcached:
1111
class: Cache\AdapterBundle\Factory\MemcachedFactory
12+
cache.factory.memcache:
13+
class: Cache\AdapterBundle\Factory\MemcacheFactory
1214
cache.factory.predis:
1315
class: Cache\AdapterBundle\Factory\PredisFactory
1416
cache.factory.redis:

0 commit comments

Comments
 (0)