/** * Determine if the application routes are cached. * * @return bool * @static */ public static function routesAreCached() { //Method inherited from \Illuminate\Foundation\Application return \October\Rain\Foundation\Application::routesAreCached(); }