- Affected version
- 2.3.0 Beta 1
XF\CacheFactory checks if the provider inherits from \Symfony\Component\Cache\Adapter\AbstractAdapter instead of Symfony\Component\Cache\Adapter\AdapterInterface.Doctrine\Common\Cache\CacheProvider only expects a AdapterInterface too.Is this intended?