Provide array cache implementation
doctrine/cache 2.0 no longer provides implementations of caches. It provides only interfaces. We need only PHP array cache so I chose to implement this simple cache instead of introducing new cache library. [MAILPOET-3892]
This commit is contained in:
committed by
Veljko V
parent
35271bcaf9
commit
503283fa63
@@ -3,11 +3,10 @@
|
||||
namespace MailPoet\Test\Config;
|
||||
|
||||
use MailPoet\Doctrine\Annotations\AnnotationReaderProvider;
|
||||
use MailPoet\Doctrine\ArrayCache;
|
||||
use MailPoet\Doctrine\ConfigurationFactory;
|
||||
use MailPoet\Doctrine\MetadataCache;
|
||||
use MailPoet\Doctrine\PSRMetadataCache;
|
||||
use MailPoet\Doctrine\TablePrefixMetadataFactory;
|
||||
use MailPoetVendor\Doctrine\Common\Cache\ArrayCache;
|
||||
use MailPoetVendor\Doctrine\Common\Proxy\AbstractProxyFactory;
|
||||
use MailPoetVendor\Doctrine\ORM\Configuration;
|
||||
use MailPoetVendor\Doctrine\ORM\Mapping\Driver\AnnotationDriver;
|
||||
|
Reference in New Issue
Block a user