Files
hydra-sql/config/packages/cache.yaml
vcarroy 9318e753c1
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
--wip-- [skip ci]
2025-09-26 16:43:39 +02:00

16 lines
460 B
YAML

framework:
cache:
prefix_seed: '%env(VERSION)%'
app: cache.adapter.redis
default_redis_provider: '%env(REDIS_DSN)%'
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