From e7a2085114a56f2b4207a564eeabb150d84961bd Mon Sep 17 00:00:00 2001 From: Guilhem N Date: Wed, 27 Apr 2016 14:11:22 +0200 Subject: [PATCH] Use the new cache system configuration see https://github.com/symfony/symfony/pull/18630 --- app/config/config_prod.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/config/config_prod.yml b/app/config/config_prod.yml index d387848e4d..65b040ccef 100644 --- a/app/config/config_prod.yml +++ b/app/config/config_prod.yml @@ -2,10 +2,8 @@ imports: - { resource: config.yml } #framework: -# validation: -# cache: validator.mapping.cache.doctrine.apc -# serializer: -# cache: serializer.mapping.cache.apc +# cache: +# system: cache.adapter.apcu #doctrine: # orm: