Edit

Share via


StreamCacheEvictionOptions.MetadataMinTimeInCache Property

Definition

Gets or sets the minimum time that message metadata (StreamSequenceToken) will stay in cache before it is available for time based purge. Used to avoid cache miss if the full message was purged. Set to null to disable this tracking.

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

Property Value

Applies to