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.
1 parent def2f07 commit 24acb63Copy full SHA for 24acb63
symfony/framework-bundle/3.3/config/packages/cache.yaml
@@ -1,10 +1,10 @@
1
framework:
2
cache:
3
- # Put the unique name of your app here: the prefix seed
4
- # is used to compute stable namespaces for cache keys.
+ # Unique name of your app: used to compute stable namespaces for cache keys.
5
#prefix_seed: your_vendor_name/app_name
6
7
- # The app cache caches to the filesystem by default.
+ # The "app" cache stores to the filesystem by default.
+ # The data in this cache should persist between deploys.
8
# Other options include:
9
10
# Redis
0 commit comments