add cache service

This commit is contained in:
Nicolas Le Goff
2012-01-19 16:14:58 +01:00
parent 17ab05d32d
commit 652b20efdd

View File

@@ -25,6 +25,7 @@ dev:
#Services are defined in service.yml configuration file
template_engine: twig_debug
orm: doctrine_dev
cache: array_cache
##############
# PRODUCTION #
@@ -39,6 +40,7 @@ prod:
template_engine: twig
orm: doctrine_prod
cache: apc_cache
##############
# TEST #
@@ -53,5 +55,6 @@ test:
template_engine: twig_debug
orm: doctrine_test
cache: array_cache