Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
26 | class Config extends ConfigurationOption |
||
27 | { |
||
28 | protected string $collection; |
||
29 | |||
30 | protected string $partitionKey = ExtendedCacheItemPoolInterface::DRIVER_KEY_WRAPPER_INDEX; |
||
31 | |||
32 | /** |
||
33 | * @return string |
||
34 | */ |
||
35 | public function getCollection(): string |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @param string $collection |
||
42 | * @return Config |
||
43 | * @throws PhpfastcacheLogicException |
||
44 | */ |
||
45 | public function setCollection(string $collection): Config |
||
52 |