Skip to content

Commit 013d685

Browse files
committed
Merge pull request #21 from php-cache/Nyholm-patch-1
typo
2 parents 9bb5bd5 + 52fa3ca commit 013d685

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)