You are here

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

@inheritDoc

Overrides MemcacheStatsObject::getTotalConnections

File

memcache_admin/src/Stats/McrouterStatsObject.php, line 56

Class

McrouterStatsObject
Class MemcacheStats.

Namespace

Drupal\memcache_admin\Stats

Code

public function getTotalConnections() : string {
  return self::NA;
}