HttpContext.Cache 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.
Obtient l'objet Cache pour le domaine d'application actuel.
public:
property System::Web::Caching::Cache ^ Cache { System::Web::Caching::Cache ^ get(); };
public System.Web.Caching.Cache Cache { get; }
member this.Cache : System.Web.Caching.Cache
Public ReadOnly Property Cache As Cache
Valeur de propriété
Cache pour le domaine d'application actuel.
Remarques
Il existe une instance de la Cache classe par domaine d’application. Par conséquent, l’objet Cache retourné par la Cache propriété est l’objet Cache de toutes les requêtes du domaine d’application.