Skip to content
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

Switch cache configuration to PSR-6 #9002

Merged
merged 1 commit into from
Sep 11, 2021

Conversation

derrabus
Copy link
Member

This PR enables applications to configure all caches as PSR-6 caches.

This way, we internalize the Doctrine Cache interfaces. We still use the Doctrine Cache interfaces to access the caches, but this is an implementation detail we can change in a follow-up.

@derrabus derrabus force-pushed the improvement/psr-6-config branch from e4f0c2a to 68d442a Compare September 11, 2021 17:34
Signed-off-by: Alexander M. Turek <me@derrabus.de>
@derrabus derrabus force-pushed the improvement/psr-6-config branch from 68d442a to 00d8192 Compare September 11, 2021 17:41
@derrabus derrabus merged commit 5c7e668 into doctrine:2.10.x Sep 11, 2021
@derrabus derrabus deleted the improvement/psr-6-config branch September 11, 2021 21:16
@derrabus derrabus added this to the 2.10.0 milestone Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants