public function MemcacheStatsObject::getCurrentConnections in Memcache API and Integration 8.2
@inheritDoc
1 method overrides MemcacheStatsObject::getCurrentConnections()
- McrouterStatsObject::getCurrentConnections in memcache_admin/
src/ Stats/ McrouterStatsObject.php - @inheritDoc
File
- memcache_admin/
src/ Stats/ MemcacheStatsObject.php, line 73
Class
- MemcacheStatsObject
- Class MemcacheStats.
Namespace
Drupal\memcache_admin\StatsCode
public function getCurrentConnections() : string {
return isset($this->stats['curr_connections']) ?? '0';
}