Clarifying the purpose of the "app" cache

This commit is contained in:
Ryan Weaver
2019-11-18 18:31:53 +01:00
parent def2f07cca
commit 24acb634ea
@@ -1,10 +1,10 @@
framework:
cache:
# Put the unique name of your app here: the prefix seed
# is used to compute stable namespaces for cache keys.
# Unique name of your app: used to compute stable namespaces for cache keys.
#prefix_seed: your_vendor_name/app_name
# 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.
# Other options include:
# Redis