allowCaching = false; $this->disabledCacheReasons[] = $reason; } public function isCachingAllowed(): bool { return $this->allowCaching; } /** * @internal Typically only consumed by extensions like EXT:adminpanel */ public function getDisabledCacheReasons(): array { return $this->disabledCacheReasons; } }