HttpRuntime.Cache Propriété

Définition

Obtient Cache pour l'application actuelle.

public:
 static property System::Web::Caching::Cache ^ Cache { System::Web::Caching::Cache ^ get(); };
public static System.Web.Caching.Cache Cache { get; }
static member Cache : System.Web.Caching.Cache
Public Shared ReadOnly Property Cache As Cache

Valeur de propriété

Cache actuel.

Exceptions

ASP.NET n'est pas installé.

Remarques

Pour plus d'informations, consultez la classe System.Web.Caching.Cache.

S’applique à