@@ -17,10 +17,8 @@ |
||
17 | 17 | use phpFastCache\Core\Pool\DriverBaseTrait; |
18 | 18 | use phpFastCache\Core\Pool\ExtendedCacheItemPoolInterface; |
19 | 19 | use phpFastCache\Core\Pool\IO\IOHelperTrait; |
20 | -use phpFastCache\Entities\driverStatistic; |
|
21 | 20 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
22 | 21 | use phpFastCache\Exceptions\phpFastCacheDriverException; |
23 | -use phpFastCache\Exceptions\phpFastCacheIOException; |
|
24 | 22 | use phpFastCache\Util\Directory; |
25 | 23 | use Psr\Cache\CacheItemInterface; |
26 | 24 |
@@ -18,10 +18,8 @@ |
||
18 | 18 | use phpFastCache\Core\Pool\DriverBaseTrait; |
19 | 19 | use phpFastCache\Core\Pool\ExtendedCacheItemPoolInterface; |
20 | 20 | use phpFastCache\Core\Pool\IO\IOHelperTrait; |
21 | -use phpFastCache\Entities\driverStatistic; |
|
22 | 21 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
23 | 22 | use phpFastCache\Exceptions\phpFastCacheDriverException; |
24 | -use phpFastCache\Util\Directory; |
|
25 | 23 | use Psr\Cache\CacheItemInterface; |
26 | 24 | |
27 | 25 | /** |
@@ -16,15 +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 | -use phpFastCache\Entities\driverStatistic; |
|
24 | 22 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
25 | -use phpFastCache\Exceptions\phpFastCacheDriverException; |
|
26 | 23 | use phpFastCache\Exceptions\phpFastCacheIOException; |
27 | -use phpFastCache\Util\Directory; |
|
28 | 24 | use Psr\Cache\CacheItemInterface; |
29 | 25 | |
30 | 26 | /** |