/**
  * @return bool
  */
 public function resolveRedirectRouteParametersForward()
 {
     return !isset($this->cache[$key = 'redirect_route_parameters_forward']) ? $this->cache[$key] = $this->parameterResolver->resolveRedirectRouteParametersForward() : $this->cache[$key];
 }