You are here

public function MemcacheStatsEvent::getRawStats in Memcache API and Integration 8.2

Get the Stats Array being created.

Return value

array The Stats Object.

File

memcache_admin/src/Event/MemcacheStatsEvent.php, line 98

Class

MemcacheStatsEvent
Memcache Stats Event

Namespace

Drupal\memcache_admin\Event

Code

public function getRawStats() {
  return $this->rawStats;
}