/** * Clears the cache produced by the swagger annotations */ public static function clearCache() { static::$eventMap = []; \Cache::forget(static::EVENT_CACHE_KEY); }