FeatureFlagOptions.CacheExpirationInterval Property

Definition

Caution

The CacheExpirationInterval property is deprecated and will be removed in a future release. Please use the new SetRefreshInterval method instead. Note that the usage has changed, but the functionality remains the same.

The time after which the cached values of the feature flags expire. Must be greater than or equal to 1 second.

public TimeSpan CacheExpirationInterval { get; set; }
[System.Obsolete("The CacheExpirationInterval property is deprecated and will be removed in a future release. Please use the new SetRefreshInterval method instead. Note that the usage has changed, but the functionality remains the same.")]
public TimeSpan CacheExpirationInterval { get; set; }
member this.CacheExpirationInterval : TimeSpan with get, set
[<System.Obsolete("The CacheExpirationInterval property is deprecated and will be removed in a future release. Please use the new SetRefreshInterval method instead. Note that the usage has changed, but the functionality remains the same.")>]
member this.CacheExpirationInterval : TimeSpan with get, set
Public Property CacheExpirationInterval As TimeSpan

Property Value

Attributes

Applies to