| 1 | <?php |
||
| 18 | class HitRate extends AbstractAnalyzer |
||
| 19 | { |
||
| 20 | |||
| 21 | /** |
||
| 22 | * Get the given KPI |
||
| 23 | * |
||
| 24 | * @param Cache $cache |
||
| 25 | * |
||
| 26 | * @return mixed |
||
| 27 | * @throws \HDNET\CacheCheck\Exception |
||
| 28 | */ |
||
| 29 | public function getKpi(Cache $cache) |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Format the given KPI |
||
| 41 | * |
||
| 42 | * @param mixed $kpi |
||
| 43 | * |
||
| 44 | * @return string |
||
| 45 | */ |
||
| 46 | public function getFormat($kpi) |
||
| 50 | } |
||
| 51 |