| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class StaticPrefixKey implements IKey |
||
| 15 | { |
||
| 16 | protected static string $prefix = '/var/cache/wwwcache/'; |
||
| 17 | |||
| 18 | 8 | public static function setPrefix(string $prefix): void |
|
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param string $key channel Id |
||
| 25 | * @return string |
||
| 26 | * /var/cache/wwwcache - coming from cache check |
||
| 27 | */ |
||
| 28 | 8 | public function fromSharedKey(string $key): string |
|
| 33 |