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