cacheLifetime = $cacheLifetime; } public function getCacheLifetime(): int { return $this->cacheLifetime; } public function getPageId(): int { return $this->pageId; } public function getPageRecord(): array { return $this->pageRecord; } public function getRenderingInstructions(): array { return $this->renderingInstructions; } public function getContext(): Context { return $this->context; } }