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 Type
    Method
    Description
    boolean
    isEnabled(FeatureFlag FeatureFlag)
    Checks if a feature flag is enabled.
  • Method Details

    • isEnabled

      boolean isEnabled(FeatureFlag FeatureFlag)
      Checks if a feature flag is enabled.
      Parameters:
      FeatureFlag - the feature flag to check
      Returns:
      true if the feature flag is enabled, false otherwise