@@ -20,7 +20,6 @@ |
||
20 | 20 | use Phpfastcache\Exceptions\{ |
21 | 21 | phpFastCacheInvalidArgumentException, phpFastCacheDriverCheckException, phpFastCacheLogicException |
22 | 22 | }; |
23 | -use Phpfastcache\Util\ArrayObject; |
|
24 | 23 | |
25 | 24 | |
26 | 25 | /** |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use Phpfastcache\Exceptions\{ |
23 | 23 | phpFastCacheInvalidArgumentException, phpFastCacheLogicException |
24 | 24 | }; |
25 | -use Phpfastcache\Util\ArrayObject; |
|
26 | 25 | use Psr\Cache\CacheItemInterface; |
27 | 26 | |
28 | 27 | /** |
@@ -18,7 +18,6 @@ discard block |
||
18 | 18 | use Doctrine\CouchDB\{ |
19 | 19 | CouchDBClient as CouchdbClient, CouchDBException |
20 | 20 | }; |
21 | -use Phpfastcache\Config\ConfigurationOption; |
|
22 | 21 | use Phpfastcache\Core\Pool\{ |
23 | 22 | DriverBaseTrait, ExtendedCacheItemPoolInterface |
24 | 23 | }; |
@@ -26,7 +25,6 @@ discard block |
||
26 | 25 | phpFastCacheDriverException, phpFastCacheInvalidArgumentException, phpFastCacheLogicException |
27 | 26 | }; |
28 | 27 | use Phpfastcache\Entities\DriverStatistic; |
29 | -use Phpfastcache\Util\ArrayObject; |
|
30 | 28 | use Psr\Cache\CacheItemInterface; |
31 | 29 | |
32 | 30 | /** |
@@ -27,7 +27,6 @@ |
||
27 | 27 | use Phpfastcache\Exceptions\{ |
28 | 28 | phpFastCacheDriverException, phpFastCacheInvalidArgumentException |
29 | 29 | }; |
30 | -use Phpfastcache\Util\ArrayObject; |
|
31 | 30 | use Psr\Cache\CacheItemInterface; |
32 | 31 | |
33 | 32 | /** |
@@ -21,7 +21,6 @@ |
||
21 | 21 | use Phpfastcache\Exceptions\{ |
22 | 22 | phpFastCacheInvalidArgumentException, phpFastCacheDriverException |
23 | 23 | }; |
24 | -use Phpfastcache\Util\ArrayObject; |
|
25 | 24 | use Predis\Client as PredisClient; |
26 | 25 | use Predis\Connection\ConnectionException as PredisConnectionException; |
27 | 26 | use Psr\Cache\CacheItemInterface; |
@@ -20,7 +20,6 @@ |
||
20 | 20 | use Phpfastcache\Exceptions\{ |
21 | 21 | phpFastCacheInvalidArgumentException, phpFastCacheDriverCheckException, phpFastCacheDriverException |
22 | 22 | }; |
23 | -use Phpfastcache\Util\ArrayObject; |
|
24 | 23 | use phpssdb\Core\{SimpleSSDB, SSDBException}; |
25 | 24 | use Psr\Cache\CacheItemInterface; |
26 | 25 |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use Phpfastcache\Exceptions\{ |
23 | 23 | phpFastCacheInvalidArgumentException, phpFastCacheLogicException |
24 | 24 | }; |
25 | -use Phpfastcache\Util\ArrayObject; |
|
26 | 25 | use Psr\Cache\CacheItemInterface; |
27 | 26 | |
28 | 27 | /** |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use Phpfastcache\Exceptions\{ |
23 | 23 | phpFastCacheInvalidArgumentException, phpFastCacheLogicException |
24 | 24 | }; |
25 | -use Phpfastcache\Util\ArrayObject; |
|
26 | 25 | use Psr\Cache\CacheItemInterface; |
27 | 26 | |
28 | 27 | /** |