public function McrouterStatsObject::getEvictions in Memcache API and Integration 8.2
@inheritDoc
Overrides MemcacheStatsObject::getEvictions
File
- memcache_admin/
src/ Stats/ McrouterStatsObject.php, line 98
Class
- McrouterStatsObject
- Class MemcacheStats.
Namespace
Drupal\memcache_admin\StatsCode
public function getEvictions() : string {
return isset($this->stats['evictions']) ? number_format($this->stats['evictions']) : self::NA;
}