HttpCachePolicyElement.MinimumFresh 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定從快取傳回之資源所允許的最短有效期限。
public:
property TimeSpan MinimumFresh { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("minimumFresh", DefaultValue="-10675199.02:48:05.4775808")]
public TimeSpan MinimumFresh { get; set; }
[<System.Configuration.ConfigurationProperty("minimumFresh", DefaultValue="-10675199.02:48:05.4775808")>]
member this.MinimumFresh : TimeSpan with get, set
Public Property MinimumFresh As TimeSpan
屬性值
TimeSpan 值,該值指定組態檔中指定的最短有效期限。
- 屬性
備註
這個值會指定內容到期前的時間量,在此期間可接受資源的快取複本。