HttpCachePolicyElement::MinimumFresh Property
.NET Framework (current version)
Gets or sets the minimum freshness permitted for a resource returned from the cache.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("minimumFresh", DefaultValue = "-10675199.02:48:05.4775808")] property TimeSpan MinimumFresh { TimeSpan get(); void set(TimeSpan value); }
Property Value
Type: System::TimeSpanA TimeSpan value that specifies the minimum freshness specified in the configuration file.
This value specifies the amount of time before content expiration, during which the cached copy of the resource is acceptable.
.NET Framework
Available since 2.0
Available since 2.0
Show: