add tag aware cache service

This commit is contained in:
2018-08-29 16:13:43 +02:00
parent a68fb730a6
commit e00ef510f7
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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'