RequestCachingSection.UnspecifiedMaximumAge 속성

정의

만료 정보가 없는 캐시된 리소스의 최대 보관 기간으로 사용되는 값을 가져오거나 설정합니다.

public:
 property TimeSpan UnspecifiedMaximumAge { TimeSpan get(); void set(TimeSpan value); };
[System.Configuration.ConfigurationProperty("unspecifiedMaximumAge", DefaultValue="1.00:00:00")]
public TimeSpan UnspecifiedMaximumAge { get; set; }
[<System.Configuration.ConfigurationProperty("unspecifiedMaximumAge", DefaultValue="1.00:00:00")>]
member this.UnspecifiedMaximumAge : TimeSpan with get, set
Public Property UnspecifiedMaximumAge As TimeSpan

속성 값

TimeSpan

캐시된 리소스의 기본 최대 보관 기간을 제공하는 TimeSpan입니다.

특성

설명

만료 헤더 정보가 없는 리소스 유지 되지 않습니다 캐시에 무기한으로이 속성을 설정 하면 됩니다.

적용 대상