staticBlocks) + count($this->dynamicBlocks) * 2; } public function isCacheable(): bool { return $this->cacheStrategy !== CacheStrategy::DYNAMIC; } public function hasFragments(): bool { return count($this->staticBlocks) > 0; } }