@@ -13,9 +13,7 @@ |
||
13 | 13 | */ |
14 | 14 | namespace phpFastCache\Core\Pool; |
15 | 15 | |
16 | -use phpFastCache\Exceptions\phpFastCacheDriverException; |
|
17 | 16 | use phpFastCache\Core\Item\ExtendedCacheItemInterface; |
18 | -use phpFastCache\Util\Directory; |
|
19 | 17 | |
20 | 18 | |
21 | 19 | /** |
@@ -16,13 +16,11 @@ |
||
16 | 16 | |
17 | 17 | use PDO; |
18 | 18 | use PDOException; |
19 | -use phpFastCache\Core\Item\ExtendedCacheItemInterface; |
|
20 | 19 | use phpFastCache\Core\Pool\DriverBaseTrait; |
21 | 20 | use phpFastCache\Core\Pool\ExtendedCacheItemPoolInterface; |
22 | 21 | use phpFastCache\Core\Pool\IO\IOHelperTrait; |
23 | 22 | use phpFastCache\Entities\driverStatistic; |
24 | 23 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
25 | -use phpFastCache\Exceptions\phpFastCacheDriverException; |
|
26 | 24 | use phpFastCache\Exceptions\phpFastCacheIOException; |
27 | 25 | use phpFastCache\Util\Directory; |
28 | 26 | use Psr\Cache\CacheItemInterface; |