3         # Unique name of your app: used to compute stable namespaces for cache keys.
 
   4         #prefix_seed: your_vendor_name/app_name
 
   6         # The "app" cache stores to the filesystem by default.
 
   7         # The data in this cache should persist between deploys.
 
   8         # Other options include:
 
  11         #app: cache.adapter.redis
 
  12         #default_redis_provider: redis://localhost
 
  14         # APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
 
  15         #app: cache.adapter.apcu
 
  17         # Namespaced pools use the above "app" backend by default
 
  19             #my.dedicated.cache: null