@@ -15,7 +15,6 @@ |
||
| 15 | 15 | namespace phpFastCache\Drivers\Wincache; |
| 16 | 16 | |
| 17 | 17 | use phpFastCache\Core\DriverAbstract; |
| 18 | -use phpFastCache\Core\StandardPsr6StructureTrait; |
|
| 19 | 18 | use phpFastCache\Entities\driverStatistic; |
| 20 | 19 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
| 21 | 20 | use phpFastCache\Exceptions\phpFastCacheDriverException; |
@@ -16,7 +16,6 @@ |
||
| 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\PathSeekerTrait; |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | 8 | use phpFastCache\Core\Item\ExtendedCacheItemInterface; |
| 9 | -use phpFastCache\Drivers\Memcached\Driver as MemcachedDriver; |
|
| 10 | 9 | use phpFastCache\Proxy\phpFastCacheAbstractProxy; |
| 11 | 10 | |
| 12 | 11 | |