CacheTagHelperBase.DefaultExpiration Field

Definition

The default duration, from the time the cache entry was added, when it should be evicted. This default duration will only be used if no other expiration criteria is specified. The default expiration time is a sliding expiration of 30 seconds.

public: static initonly TimeSpan DefaultExpiration;
public static readonly TimeSpan DefaultExpiration;
 staticval mutable DefaultExpiration : TimeSpan
Public Shared ReadOnly DefaultExpiration As TimeSpan 

Field Value

Applies to