/** * Fetch item * * @param string $key * @return string */ public function fetchItem($key) { return $this->storage->fetchItem($key); }