Share via


CircuitOptions.PersistedCircuitDistributedRetentionPeriod Property

Definition

Gets or sets the duration for which a persisted circuit is retained in the distributed cache.

public TimeSpan? PersistedCircuitDistributedRetentionPeriod { get; set; }
member this.PersistedCircuitDistributedRetentionPeriod : Nullable<TimeSpan> with get, set
Public Property PersistedCircuitDistributedRetentionPeriod As Nullable(Of TimeSpan)

Property Value

Remarks

This setting is ignored when using an in-memory cache implementation.

Applies to