public function DrupalMemcachedInterface::getStats in Memcache Storage 8
Returns info about connected memached servers.
Return value
array Info about connected memached servers.
1 call to DrupalMemcachedInterface::getStats()
2 methods override DrupalMemcachedInterface::getStats()
- DrupalMemcache::getStats in src/
DrupalMemcache.php - Returns info about connected memached servers.
- DrupalMemcached::getStats in src/
DrupalMemcached.php - Returns info about connected memached servers.
File
- src/
DrupalMemcachedInterface.php, line 49
Class
Namespace
Drupal\memcache_storageCode
public function getStats();