public function MemcacheStatsInterface::getConnectionAvg in Memcache API and Integration 8.2
Returns the connection averages for the memcache server.
Return value
string
1 method overrides MemcacheStatsInterface::getConnectionAvg()
- MemcacheStatsObject::getConnectionAvg in memcache_admin/
src/ Stats/ MemcacheStatsObject.php - @inheritDoc
File
- memcache_admin/
src/ Stats/ MemcacheStatsInterface.php, line 87
Class
- MemcacheStatsInterface
- Defines the Memcache connection interface.
Namespace
Drupal\memcache_admin\StatsCode
public function getConnectionAvg() : string;