RequestCachingSection.IsPrivateCache 속성

정의

로컬 컴퓨터 캐시가 프라이빗인지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

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

속성 값

true캐시가 사용자 격리를 제공하는 경우 그렇지 않으면 . false

특성

설명

클라이언트 컴퓨터에서 이 값은 일반적으로 한 사용자가 다른 사용자가 캐시한 리소스를 사용할 수 없음을 나타내는 값으로 설정 true 됩니다. 중간 계층 애플리케이션의 경우 이 값은 일반적으로 .로 설정됩니다 false.

적용 대상