private function isRequestCacheEnabled() { if (!$this->requestCache) { return false; } return $this->config->get('requestCache')->get('enabled') && $this->getCacheKey() !== null; }