You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug symfony#60167 [Cache] Fix proxying third party PSR-6 cache items (Dmitry Danilson)
This PR was merged into the 6.4 branch.
Discussion
----------
[Cache] Fix proxying third party PSR-6 cache items
...work with adapter of CacheItemPoolInterface other than \Symfony\Component\Cache\Adapter\AdapterInterface
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fixsymfony#60160
| License | MIT
Commits
-------
74debe4Fixsymfony#60160: ChainAdapter accepts CacheItemPoolInterface, so it should work with adapter of CacheItemPoolInterface other than \Symfony\Component\Cache\Adapter\AdapterInterface
0 commit comments