-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
CacheStatus: Needs ReviewactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.bug
Milestone
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.
Metadata
Metadata
Assignees
Labels
CacheStatus: Needs ReviewactionableClear and specific issues ready for anyone to take them.Clear and specific issues ready for anyone to take them.bug