mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 00:56:29 +03:00
6 lines
180 B
YAML
6 lines
180 B
YAML
cache_adapter:
|
|
providers:
|
|
default:
|
|
factory: "cache.factory.%env(DEFAULT_CACHE_PROVIDER)%"
|
|
options: "%env(json:DEFAULT_CACHE_PROVIDER_OPTIONS)%"
|