Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | class Item extends CoubaseV2Item |
||
29 | { |
||
30 | /** |
||
31 | * Item constructor. |
||
32 | * @param Driver $driver |
||
33 | * @param $key |
||
34 | * @throws PhpfastcacheInvalidArgumentException |
||
35 | */ |
||
36 | public function __construct(CouchbaseDriver $driver, $key) |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * @param ExtendedCacheItemPoolInterface $driver |
||
43 | * @return static |
||
44 | * @throws PhpfastcacheInvalidArgumentException |
||
45 | */ |
||
46 | public function setDriver(ExtendedCacheItemPoolInterface $driver) |
||
57 |