HttpCachePolicyElement.MaximumAge Property

Definition

Gets or sets the maximum age permitted for a resource returned from the cache.

public:
 property TimeSpan MaximumAge { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("maximumAge", DefaultValue="10675199.02:48:05.4775807")]
public TimeSpan MaximumAge { get; set; }
[<System.Configuration.ConfigurationProperty("maximumAge", DefaultValue="10675199.02:48:05.4775807")>]
member this.MaximumAge : TimeSpan with get, set
Public Property MaximumAge As TimeSpan

Property Value

A TimeSpan value that specifies the maximum age for cached resources specified in the configuration file.

Attributes

Remarks

If the cached copy of the resource is older than the specified time value, the resource must be revalidated by comparing the cached resource to the resource on the server.

Applies to