-
-
Notifications
You must be signed in to change notification settings - Fork 324
Support PSR-6 or PSR-16 caching #376
Copy link
Copy link
Closed
Description
PHP-DI should support PSR-6 compliant caching instead of just Doctrine's cache implementation. This will ease integration in existing cache setups in the future.
This is even more important since Symfony 3.1 will ship with a PSR-6 compliant cache component.
Further reading:
Reactions are currently unavailable