Skip to content

Commit 24acb63

Browse files
committed
Clarifying the purpose of the "app" cache
1 parent def2f07 commit 24acb63

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)