Skip to content

cache.adapter.array is not available on Symfony 3.4 #12222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
vroad opened this issue Aug 22, 2019 · 2 comments
Closed

cache.adapter.array is not available on Symfony 3.4 #12222

vroad opened this issue Aug 22, 2019 · 2 comments

Comments

@vroad
Copy link

vroad commented Aug 22, 2019

In Cache (Symfony 3.4 Docs), cache.adapter.array is listed as a valid service, but it doesn't actually work, because it's not exposed as a service.

https://github.com/symfony/framework-bundle/blob/v3.4.30/Resources/config/cache.xml
https://github.com/symfony/framework-bundle/blob/v4.3.3/Resources/config/cache.xml#L136-L143

Isn't this service introduced from Symfony 4.1? I can't find service definition in Symfony 4.0 and 3.4.

@javiereguiluz
Copy link
Member

@vroad thanks for reporting this issue!
@nicolas-grekas do you remember if this is expected ... or if we missed adding the array adapter in 3.4? Thanks!

@javiereguiluz javiereguiluz added this to the 3.4 milestone Sep 11, 2019
@nicolas-grekas
Copy link
Member

That's been added later yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants