You are here

public function MemcacheStatsEvent::updateTotals in Memcache API and Integration 8.2

Update the total column when multiple memcache servers exist.

Parameters

$total:

File

memcache_admin/src/Event/MemcacheStatsEvent.php, line 145

Class

MemcacheStatsEvent
Memcache Stats Event

Namespace

Drupal\memcache_admin\Event

Code

public function updateTotals($total) {
  $this->totals = $total;
}