Overrides CacheBackendInterface::get
public function get($cid, $allow_invalid = FALSE) { return $this->getByHash($this->normalizeCid($cid), $allow_invalid); }