Closed
Description
On the https://symfony.com/doc/current/reference/configuration/framework.html page, when cache providers are listed (close to the bottom) each has associated service shown:
cache.doctrine
cache.redis
and others. I wasn't able to find a place where these services are registered and $this->get(...)
is throwing non-existing service exception when attempting to get them.
Maybe cache.redis
(in docs) should be replaced with cache.adapter.redis
and so on.