StreamCacheEvictionOptions.MetadataMinTimeInCache Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)