RequestCachingSection.IsPrivateCache Propiedad

Definición

Obtiene o establece un valor booleano que indica si la caché del equipo local es privada.

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")]
public bool IsPrivateCache { get; set; }
[<System.Configuration.ConfigurationProperty("isPrivateCache", DefaultValue=true)>]
member this.IsPrivateCache : bool with get, set
[<System.Configuration.ConfigurationProperty("isPrivateCache", DefaultValue="True")>]
member this.IsPrivateCache : bool with get, set
Public Property IsPrivateCache As Boolean

Valor de propiedad

Boolean

Es true si la caché proporciona aislamiento por usuario; en caso contrario, es false.

Atributos

Comentarios

En los equipos cliente, este valor se establece normalmente en lo que indica que un usuario no puede true usar recursos almacenados en caché por otro usuario. Para las aplicaciones de nivel intermedio, este valor normalmente se establece en false .

Se aplica a