CacheInsertOptions.AbsoluteExpiration 속성

정의

지정된 기간 후에 캐시 항목을 제거해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property DateTime AbsoluteExpiration { DateTime get(); void set(DateTime value); };
public DateTime AbsoluteExpiration { get; set; }
member this.AbsoluteExpiration : DateTime with get, set
Public Property AbsoluteExpiration As DateTime

속성 값

제거 기간입니다.

적용 대상