mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
12 lines
335 B
YAML
12 lines
335 B
YAML
services:
|
|
_defaults:
|
|
autowire: true
|
|
autoconfigure: true
|
|
|
|
chill_main.tag_aware_cache:
|
|
class: Symfony\Component\Cache\Adapter\TagAwareAdapter
|
|
arguments:
|
|
- '@cache.user_data'
|
|
- '@cache.tags'
|
|
Symfony\Component\Cache\Adapter\TagAwareAdapter: '@chill_main.tag_aware_cache'
|