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