request; } public function getCacheIdentifier(): string { return $this->cacheIdentifier; } public function getCacheData(): array { return $this->cacheData; } /** * The amount of seconds until the cache entry is invalid. */ public function getCacheLifetime(): int { return $this->cacheLifetime; } }