HttpRequestCachePolicy::MinFresh Property
.NET Framework (current version)
Gets the minimum freshness that is permitted for a resource returned from the cache.
Assembly: System (in System.dll)
This value specifies the amount of time before content expiration, during which the cached copy of the resource is acceptable. The value for this property is specified when the instance is constructed.
The following code example demonstrates displaying the value of this property.
.NET Framework
Available since 2.0
Available since 2.0
Show: