@@ -16,7 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use CouchbaseCluster as CouchbaseClient; |
18 | 18 | use phpFastCache\Core\DriverAbstract; |
19 | -use phpFastCache\Core\StandardPsr6StructureTrait; |
|
20 | 19 | use phpFastCache\Entities\driverStatistic; |
21 | 20 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
22 | 21 | use phpFastCache\Exceptions\phpFastCacheDriverException; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace phpFastCache\Drivers\Devnull; |
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; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace phpFastCache\Drivers\Devtrue; |
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 phpFastCache\Core\DriverAbstract; |
18 | 18 | use phpFastCache\Core\PathSeekerTrait; |
19 | -use phpFastCache\Core\StandardPsr6StructureTrait; |
|
20 | 19 | use phpFastCache\Entities\driverStatistic; |
21 | 20 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
22 | 21 | use phpFastCache\Exceptions\phpFastCacheDriverException; |
@@ -17,7 +17,6 @@ |
||
17 | 17 | use LevelDB as LeveldbClient; |
18 | 18 | use phpFastCache\Core\DriverAbstract; |
19 | 19 | use phpFastCache\Core\PathSeekerTrait; |
20 | -use phpFastCache\Core\StandardPsr6StructureTrait; |
|
21 | 20 | use phpFastCache\Entities\driverStatistic; |
22 | 21 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
23 | 22 | use phpFastCache\Exceptions\phpFastCacheDriverException; |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use MongoCursorException; |
23 | 23 | use MongoDate; |
24 | 24 | use phpFastCache\Core\DriverAbstract; |
25 | -use phpFastCache\Core\StandardPsr6StructureTrait; |
|
26 | 25 | use phpFastCache\Entities\driverStatistic; |
27 | 26 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
28 | 27 | use phpFastCache\Exceptions\phpFastCacheDriverException; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace phpFastCache\Drivers\Redis; |
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; |
@@ -19,7 +19,6 @@ |
||
19 | 19 | use phpFastCache\Cache\ExtendedCacheItemInterface; |
20 | 20 | use phpFastCache\Core\DriverAbstract; |
21 | 21 | use phpFastCache\Core\PathSeekerTrait; |
22 | -use phpFastCache\Core\StandardPsr6StructureTrait; |
|
23 | 22 | use phpFastCache\Entities\driverStatistic; |
24 | 23 | use phpFastCache\Exceptions\phpFastCacheDriverCheckException; |
25 | 24 | use phpFastCache\Exceptions\phpFastCacheDriverException; |
@@ -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; |