다음을 통해 공유


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합니다.

적용 대상