We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6da780 + 0e88a49 commit 41272ceCopy full SHA for 41272ce
symfony/framework-bundle/3.3/config/packages/framework.yaml
@@ -15,7 +15,12 @@ framework:
15
log: true
16
17
cache:
18
- # The app cache caches to the filesystem by default. Other options include:
+ # Put the unique name of your app here: the prefix seed
19
+ # is used to compute stable namespaces for cache keys.
20
+ #prefix_seed: your_vendor_name/app_name
21
+
22
+ # The app cache caches to the filesystem by default.
23
+ # Other options include:
24
25
# Redis
26
#app: cache.adapter.redis
0 commit comments