Skip to content

Commit

Permalink
Merge pull request #21 from php-cache/Nyholm-patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Nyholm committed Jan 23, 2016
2 parents 9bb5bd5 + 52fa3ca commit 013d685
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
services:
cache.factory.apc:
class: Cache\AdapterBundle\Factory\ApcFactory
cache.factory.uapc:
cache.factory.apcu:
class: Cache\AdapterBundle\Factory\ApcuFactory
cache.factory.array:
class: Cache\AdapterBundle\Factory\ArrayFactory
cache.factory.filesystem:
class: Cache\AdapterBundle\Factory\FilesystemFactory
cache.factory.memcached:
class: Cache\AdapterBundle\Factory\MemcachedFactory
cache.factory.memcache:
class: Cache\AdapterBundle\Factory\MemcacheFactory
cache.factory.predis:
class: Cache\AdapterBundle\Factory\PredisFactory
cache.factory.redis:
Expand Down

0 comments on commit 013d685

Please sign in to comment.