Share via


HttpCachePolicyElement.MinimumFresh プロパティ

定義

キャッシュから返されるリソースに許可されている短縮期限を取得または設定します。

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 値。

属性

注釈

この値は、リソースのキャッシュされたコピーが許容される、コンテンツの有効期限が切れるまでの時間を指定します。

適用対象