RequestCachingSection.IsPrivateCache 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
로컬 컴퓨터 캐시가 프라이빗인지 여부를 나타내는 부울 값을 가져오거나 설정합니다.
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.