mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
8 lines
268 B
YAML
8 lines
268 B
YAML
services:
|
|
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'
|