Skip to content

Usage of non-existing cache provider services #8406

Closed
@aik099

Description

@aik099

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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions