Overrides CacheBackendInterface::get
public function get($cid, $allow_invalid = FALSE) { $cache = apcu_fetch($this->getApcuKey($cid)); return $this->prepareItem($cache, $allow_invalid); }