コード例 #1
0
ファイル: Event.php プロジェクト: pkdevboxy/df-core
 /**
  * Clears the cache produced by the swagger annotations
  */
 public static function clearCache()
 {
     static::$eventMap = [];
     \Cache::forget(static::EVENT_CACHE_KEY);
 }