private function isCacheCompromiser($routeName)
 {
     return in_array($routeName, $this->config->getCacheCompromisingRoutes());
 }