다음을 통해 공유


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 값입니다.

특성

설명

이 값이 리소스의 캐시 된 복사본은 허용 되는 콘텐츠 만료 전에 기간을 지정 합니다.

적용 대상