Overrides CachePluginBase::summaryTitle
public function summaryTitle() { $results_lifespan = $this->getLifespan('results'); $output_lifespan = $this->getLifespan('output'); return $this->dateFormatter ->formatInterval($results_lifespan, 1) . '/' . $this->dateFormatter ->formatInterval($output_lifespan, 1); }