public function MemcacheStatsInterface::getSets in Memcache API and Integration 8.2
Returns the cache sets for the memcache server.
Return value
string
1 method overrides MemcacheStatsInterface::getSets()
- MemcacheStatsObject::getSets in memcache_admin/
src/ Stats/ MemcacheStatsObject.php - Statistics report: calculate # of set cmds and total cmds.
File
- memcache_admin/
src/ Stats/ MemcacheStatsInterface.php, line 59
Class
- MemcacheStatsInterface
- Defines the Memcache connection interface.
Namespace
Drupal\memcache_admin\StatsCode
public function getSets() : string;