public function MemcacheStatsInterface::getGets in Memcache API and Integration 8.2
Returns the cache gets for the memcache server.
Return value
string
1 method overrides MemcacheStatsInterface::getGets()
- MemcacheStatsObject::getGets in memcache_admin/
src/ Stats/ MemcacheStatsObject.php - Statistics report: calculate # of get cmds, broken down by hits and misses.
File
- memcache_admin/
src/ Stats/ MemcacheStatsInterface.php, line 66
Class
- MemcacheStatsInterface
- Defines the Memcache connection interface.
Namespace
Drupal\memcache_admin\StatsCode
public function getGets() : string;