Example #1
0
 /**
  * Remove an item from the cache.
  *
  * @param  string $key
  * @return bool
  */
 public function remove($key)
 {
     return $this->storage->remove($key);
 }