/**
  * {@inheritDoc}
  */
 public function warmUp($cacheDir)
 {
     $routeCollection = $this->router->getRouteCollection();
     $this->cache->storeRouteCollection($routeCollection);
 }