mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-01 14:36:13 +00:00
19 lines
618 B
YAML
19 lines
618 B
YAML
framework:
|
|
cache:
|
|
default_redis_provider: '%env(resolve:REDIS_URL)%'
|
|
pools:
|
|
cache.user_data:
|
|
adapter: cache.adapter.redis
|
|
public: true
|
|
default_lifetime: 300 # 5 minutes
|
|
|
|
# will be used in chill_main.tag_aware_cache service
|
|
cache.tags:
|
|
adapter: cache.adapter.redis
|
|
public: false
|
|
default_lifetime: 300
|
|
cache.daily_notifications:
|
|
adapter: cache.adapter.redis
|
|
public: true
|
|
default_lifetime: 90000 # 25 hours
|