HttpSysOptions.EnableResponseCaching Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente la mise en cache en mode noyau pour les réponses comportant un en-tête compatible.
La réponse peut ne pas inclure d’en-têtes Set-Cookie, Vary ou Pragma.
Il doit inclure un en-tête Cache-Control public et une valeur d’âge maximal ou d’âge maximal partagé, ou un en-tête Expire.
La valeur par défaut est true
.
public:
property bool EnableResponseCaching { bool get(); void set(bool value); };
public bool EnableResponseCaching { get; set; }
member this.EnableResponseCaching : bool with get, set
Public Property EnableResponseCaching As Boolean