Skip to content

Commit f5f76c3

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #681
2 parents def2f07 + 24acb63 commit f5f76c3

File tree

1 file changed

+3
-3
lines changed
  • symfony/framework-bundle/3.3/config/packages

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
framework:
22
cache:
3-
# Put the unique name of your app here: the prefix seed
4-
# is used to compute stable namespaces for cache keys.
3+
# Unique name of your app: used to compute stable namespaces for cache keys.
54
#prefix_seed: your_vendor_name/app_name
65

7-
# The app cache caches to the filesystem by default.
6+
# The "app" cache stores to the filesystem by default.
7+
# The data in this cache should persist between deploys.
88
# Other options include:
99

1010
# Redis

0 commit comments

Comments
 (0)