Example #1
0
 /**
  * Gets a value from the cache
  * @param string $key Name of the cache item ID
  * @return \Stash\Interfaces\ItemInterface
  */
 public function getItem($key)
 {
     return parent::getItem($key);
 }