예제 #1
0
 /**
  * Remove an item from the cache.
  *
  * @param  string  $key
  * @return bool
  */
 public function forget($key)
 {
     return $this->store->forget($this->taggedItemKey($key));
 }