19 lines
555 B
YAML
19 lines
555 B
YAML
framework:
|
|
cache:
|
|
# Unique name of your app: used to compute stable namespaces for cache keys.
|
|
prefix_seed: "kimai"
|
|
|
|
# Redis
|
|
#app: cache.adapter.redis
|
|
#default_redis_provider: redis://localhost
|
|
|
|
# APCu (not recommended with heavy random-write workloads as memory fragmentation can cause perf issues)
|
|
#app: cache.adapter.apcu
|
|
|
|
pools:
|
|
doctrine.result_cache_pool:
|
|
adapter: cache.app
|
|
|
|
doctrine.system_cache_pool:
|
|
adapter: cache.system
|