Skip to content

Commit 779f376

Browse files
committed
Added service definitions
1 parent 7e70e77 commit 779f376

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

src/Resources/config/services.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
services:
2+
cache.factory.apc:
3+
class: Cache\AdapterBundle\Factory\ApcFactory
4+
cache.factory.uapc:
5+
class: Cache\AdapterBundle\Factory\ApcuFactory
6+
cache.factory.array:
7+
class: Cache\AdapterBundle\Factory\ArrayFactory
8+
cache.factory.doctrine_redis:
9+
class: Cache\AdapterBundle\Factory\DoctrineRedisFactory
10+
cache.factory.filesystem:
11+
class: Cache\AdapterBundle\Factory\FilesystemFactory
12+
cache.factory.memcached:
13+
class: Cache\AdapterBundle\Factory\MemcachedFactory
14+
cache.factory.phpredis:
15+
class: Cache\AdapterBundle\Factory\PhpRedisFactory
216
cache.factory.redis:
317
class: Cache\AdapterBundle\Factory\RedisFactory
18+
cache.factory.void:
19+
class: Cache\AdapterBundle\Factory\VoidFactory
20+
421

5-
cache.factory.doctrine_redis:
6-
class: Cache\AdapterBundle\Factory\DoctrineRedisFactory
722

0 commit comments

Comments
 (0)