Interface FeatureFlagCache
- All Known Implementing Classes:
A4JFeatureFlagCache
public interface FeatureFlagCache
A cache in front of Jiras FeatureManager for instance wide feature flags.
Don't use this for user specific feature flags.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEnabled(FeatureFlag FeatureFlag) Checks if a feature flag is enabled.
-
Method Details
-
isEnabled
Checks if a feature flag is enabled.- Parameters:
FeatureFlag- the feature flag to check- Returns:
- true if the feature flag is enabled, false otherwise
-