Skip to content

Commit 41272ce

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #345
2 parents e6da780 + 0e88a49 commit 41272ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

symfony/framework-bundle/3.3/config/packages/framework.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ framework:
1515
log: true
1616

1717
cache:
18-
# The app cache caches to the filesystem by default. Other options include:
18+
# 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:
1924

2025
# Redis
2126
#app: cache.adapter.redis

0 commit comments

Comments
 (0)