X
Xon
Guest
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?
Continue reading...