public function MemcacheStatsEvent::getTotals in Memcache API and Integration 8.2
Return the total values from all memcache servers.
Return value
array
File
- memcache_admin/
src/ Event/ MemcacheStatsEvent.php, line 153
Class
- MemcacheStatsEvent
- Memcache Stats Event
Namespace
Drupal\memcache_admin\EventCode
public function getTotals() {
return $this->totals;
}