RequestCachingSection.DisableAllCaching 속성

정의

로컬 컴퓨터에서 캐싱을 사용하도록 설정하는 부울 값을 가져오거나 설정합니다.

public:
 property bool DisableAllCaching { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("disableAllCaching", DefaultValue=false)]
public bool DisableAllCaching { get; set; }
[<System.Configuration.ConfigurationProperty("disableAllCaching", DefaultValue=false)>]
member this.DisableAllCaching : bool with get, set
Public Property DisableAllCaching As Boolean

속성 값

true로컬 컴퓨터에서 캐싱을 사용하지 않도록 설정하면 이고, 그렇지 않으면 . false

특성

설명

이 구성 특성이 구성 파일에서 설정된 true 경우 캐싱은 전역적으로 사용하지 않도록 설정되고 다른 모든 캐시 관련 설정은 무시됩니다. 또한 프로그래밍 방식으로 캐싱을 사용할 수 없습니다.

적용 대상