2022-04-07 11:49:17 +02:00
|
|
|
framework:
|
|
|
|
cache:
|
2025-09-26 16:43:39 +02:00
|
|
|
prefix_seed: '%env(VERSION)%'
|
2023-06-12 15:26:56 +02:00
|
|
|
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
|