Cache::NoSlidingExpiration Field
.NET Framework (current version)
Used as the slidingExpiration parameter in an Insert or Add method call to disable sliding expirations. This field is read-only.
Assembly: System.Web (in System.Web.dll)
Field Value
Type: System::TimeSpanWhen used, this field sets the slidingExpiration parameter to the TimeSpan::Zero field, which has a constant value of zero. The cached item expires in accordance with the absoluteExpiration parameter associated with the Insert or Add method call.
.NET Framework
Available since 1.1
Available since 1.1
Show: