You are here

public function MemcacheStatsObject::getTotalConnections in Memcache API and Integration 8.2

@inheritDoc

Overrides MemcacheStatsInterface::getTotalConnections

1 method overrides MemcacheStatsObject::getTotalConnections()
McrouterStatsObject::getTotalConnections in memcache_admin/src/Stats/McrouterStatsObject.php
@inheritDoc

File

memcache_admin/src/Stats/MemcacheStatsObject.php, line 80

Class

MemcacheStatsObject
Class MemcacheStats.

Namespace

Drupal\memcache_admin\Stats

Code

public function getTotalConnections() : string {
  return isset($this->stats['total_connections']) ?? '0';
}