|
@@ -8,7 +8,6 @@ discard block |
|
|
block discarded – undo |
|
8
|
8
|
namespace StrokerCache\Factory; |
|
9
|
9
|
|
|
10
|
10
|
use Interop\Container\ContainerInterface; |
|
11
|
|
-use Interop\Container\Exception\ContainerException; |
|
12
|
11
|
use StrokerCache\Exception\RuntimeException; |
|
13
|
12
|
use StrokerCache\IdGenerator\IdGeneratorPluginManager; |
|
14
|
13
|
use StrokerCache\Listener\ShouldCacheStrategyListener; |
|
@@ -16,8 +15,6 @@ discard block |
|
|
block discarded – undo |
|
16
|
15
|
use StrokerCache\Service\CacheService; |
|
17
|
16
|
use StrokerCache\Strategy\CacheStrategyPluginManager; |
|
18
|
17
|
use Zend\EventManager\ListenerAggregateInterface; |
|
19
|
|
-use Zend\ServiceManager\Exception\ServiceNotCreatedException; |
|
20
|
|
-use Zend\ServiceManager\Exception\ServiceNotFoundException; |
|
21
|
18
|
use Zend\ServiceManager\FactoryInterface; |
|
22
|
19
|
use Zend\ServiceManager\ServiceLocatorInterface; |
|
23
|
20
|
|
Please login to merge, or discard this patch.