예제 #1
0
 /**
  * Remove all items from the cache.
  *
  * @return void 
  * @static 
  */
 public static function flush()
 {
     \Illuminate\Cache\FileStore::flush();
 }