You are here

public function MemcacheStatsInterface::getVersion in Memcache API and Integration 8.2

Returns the memcache server version.

Return value

string

1 method overrides MemcacheStatsInterface::getVersion()
MemcacheStatsObject::getVersion in memcache_admin/src/Stats/MemcacheStatsObject.php
@inheritDoc

File

memcache_admin/src/Stats/MemcacheStatsInterface.php, line 31

Class

MemcacheStatsInterface
Defines the Memcache connection interface.

Namespace

Drupal\memcache_admin\Stats

Code

public function getVersion() : string;