SqlServerCacheOptions.ExpiredItemsDeletionInterval Property

Definition

The periodic interval to scan and delete expired items in the cache. Default is 30 minutes.

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

Property Value

Applies to