/**
  * @param string $name
  *
  * @return array
  */
 public function getCachedRouteCollection($name)
 {
     return $this->cache->getRoutes($name);
 }