Implements \Drupal\Core\Cache\CacheBackendInterface::get().
Overrides MemoryBackend::get
public function get($cid, $allow_invalid = FALSE) { $this ->increaseCounter(__FUNCTION__, $cid); return parent::get($cid, $allow_invalid); }