You are here

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

Returns the cache bin from this event.

File

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

Class

MemcacheStatsEvent
Memcache Stats Event

Namespace

Drupal\memcache_admin\Event

Code

public function getCacheBin() {
  return $this->bin;
}