예제 #1
0
 /**
  * Remove an item from the cache.
  *
  * @param string $key
  * @return void 
  * @static 
  */
 public static function forget($key)
 {
     \Illuminate\Cache\FileStore::forget($key);
 }