From 652b20efdd454f586ac94eefbbde94dd604ae69f Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Thu, 19 Jan 2012 16:14:58 +0100 Subject: [PATCH] add cache service --- config/config.sample.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.sample.yml b/config/config.sample.yml index 0172c7b3c8..39213324f6 100644 --- a/config/config.sample.yml +++ b/config/config.sample.yml @@ -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 \ No newline at end of file