/**
  * Set the cached routes.
  *
  * @param array $routes
  * @return void 
  * @static 
  */
 public static function setRoutes($routes)
 {
     \Laravel\Lumen\Application::setRoutes($routes);
 }