From 0e88a4941bdf4452003c4629d21170770cf69e5b Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Sat, 20 Jan 2018 19:16:19 +0100 Subject: [PATCH] [symfony/framework-bundle] Tell about the cache.prefix_seed setting --- .../framework-bundle/3.3/config/packages/framework.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/symfony/framework-bundle/3.3/config/packages/framework.yaml b/symfony/framework-bundle/3.3/config/packages/framework.yaml index 6044daec..f97dbe38 100644 --- a/symfony/framework-bundle/3.3/config/packages/framework.yaml +++ b/symfony/framework-bundle/3.3/config/packages/framework.yaml @@ -15,7 +15,12 @@ framework: log: true cache: - # The app cache caches to the filesystem by default. Other options include: + # Put the unique name of your app here: the prefix seed + # is used to compute stable namespaces for cache keys. + #prefix_seed: your_vendor_name/app_name + + # The app cache caches to the filesystem by default. + # Other options include: # Redis #app: cache.adapter.redis