public function McrouterStatsObject::getCurrentConnections in Memcache API and Integration 8.2
@inheritDoc
Overrides MemcacheStatsObject::getCurrentConnections
File
- memcache_admin/
src/ Stats/ McrouterStatsObject.php, line 49
Class
- McrouterStatsObject
- Class MemcacheStats.
Namespace
Drupal\memcache_admin\StatsCode
public function getCurrentConnections() : string {
return self::NA;
}