Updated recipes for symfony/framework-bundle.

This commit is contained in:
Jan Böhmer 2020-01-07 19:06:08 +01:00
parent 36f2420cf5
commit 5d98e87e20
8 changed files with 28 additions and 40 deletions

View file

@ -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: Part-DB/Part-DB
# 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
@ -18,5 +18,5 @@ framework:
pools:
# Here all things related to cache the tree structures
tree.cache:
adapter: cache.app
tags: true
adapter: cache.app
tags: true