Overrides CacheBackendInterface::get
public function get($cid, $allow_invalid = FALSE) { $cids = [ $cid, ]; $cache = $this->getMultiple($cids, $allow_invalid); return reset($cache); }