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