Typo Thanks for the tutorial I found a typo: Instead of ``` services: my_module.my_cache: ``` it should be: ``` services: cache.my_cache: ``` Répondre
Thanks for the tutorial I found a typo: Instead of
```
services:
my_module.my_cache:
```
it should be:
```
services:
cache.my_cache:
```