Overrides SystemMenuBlock::getCacheContexts
public function getCacheContexts() : array { // We don't use menu active trails here. return array_filter(parent::getCacheContexts(), static fn(string $tag) => !str_starts_with($tag, 'route.menu_active_trails')); }