@@ -14,7 +14,6 @@ |
||
14 | 14 | |
15 | 15 | namespace phpFastCache\Drivers\Files; |
16 | 16 | |
17 | -use phpFastCache\Cache\ExtendedCacheItemInterface; |
|
18 | 17 | use phpFastCache\Core\DriverAbstract; |
19 | 18 | use phpFastCache\Core\PathSeekerTrait; |
20 | 19 | use phpFastCache\Core\StandardPsr6StructureTrait; |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use phpFastCache\Cache\ExtendedCacheItemPoolInterface; |
18 | 18 | use phpFastCache\Core\DriverAbstract; |
19 | 19 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
20 | -use CouchbaseCluster; |
|
21 | 20 | |
22 | 21 | /** |
23 | 22 | * Class CacheManager |