Files
hydra-sql/config/packages/cache.yaml

16 lines
460 B
YAML
Raw Normal View History

2022-04-07 11:49:17 +02:00
framework:
cache:
2025-09-26 16:43:39 +02:00
prefix_seed: '%env(VERSION)%'
app: cache.adapter.redis
2023-12-12 08:47:41 +01:00
default_redis_provider: '%env(REDIS_DSN)%'
2022-04-07 11:49:17 +02:00
2025-09-26 16:43:39 +02:00
pools:
cache.validator:
adapter: cache.adapter.apcu
cache.serializer:
adapter: cache.adapter.apcu
cache.annotations:
adapter: cache.adapter.apcu
cache.webpack_encore:
adapter: cache.adapter.apcu