cache->getItem($flagName->value)->get(); if (null === $flagValue) { return $fallbackValue; } return (bool) $flagValue; } }