Cache.NoAbsoluteExpiration Field
.NET Framework 3.0
Used in the absoluteExpiration parameter in an Insert method call to indicate the item should never expire. This field is read-only.
Namespace: System.Web.Caching
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
When used, this field sets the absoluteExpiration parameter equal to MaxValue, which is a constant representing the largest possible DateTime value, 12/31/9999 11:59:59 PM.
| Topic | Location |
|---|---|
| How to: Add Items to the Cache | Building ASP .NET Web Applications |
| How to: Add Items to the Cache | Building ASP .NET Web Applications |
Community Additions
ADD
Show: