From a9738f6a9c6de5b2aa9f1f95add325119c361825 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 7 Jan 2018 09:36:06 -0600 Subject: [PATCH 1/2] suggesting other cache options --- .../framework-bundle/3.3/config/packages/framework.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/symfony/framework-bundle/3.3/config/packages/framework.yaml b/symfony/framework-bundle/3.3/config/packages/framework.yaml index b32f52d9..51548e47 100644 --- a/symfony/framework-bundle/3.3/config/packages/framework.yaml +++ b/symfony/framework-bundle/3.3/config/packages/framework.yaml @@ -13,3 +13,11 @@ framework: #fragments: ~ php_errors: log: true + + cache: + # app cache uses the filesystem by default. Other options include: + # app: cache.adapter.apcu + + # app: cache.adapter.redis + # configure your redis connnection via: + # default_redis_provider: redis://localhost From 1510c5a4758e5e1855dc6bf530b6ecfb5d02adb5 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Mon, 8 Jan 2018 13:40:49 -0600 Subject: [PATCH 2/2] tweaked language --- symfony/framework-bundle/3.3/config/packages/framework.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/symfony/framework-bundle/3.3/config/packages/framework.yaml b/symfony/framework-bundle/3.3/config/packages/framework.yaml index 51548e47..bdba9270 100644 --- a/symfony/framework-bundle/3.3/config/packages/framework.yaml +++ b/symfony/framework-bundle/3.3/config/packages/framework.yaml @@ -15,9 +15,11 @@ framework: log: true cache: - # app cache uses the filesystem by default. Other options include: + # The app cache caches to the filesystem by default. Other options include: + + # apcu # app: cache.adapter.apcu + # redis # app: cache.adapter.redis - # configure your redis connnection via: # default_redis_provider: redis://localhost