HttpRuntime.Cache Proprietà

Definizione

Ottiene l'oggetto Cache per l'applicazione corrente.

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

Valore della proprietà

Oggetto corrente Cache.

Eccezioni

ASP.NET non è installato.

Commenti

Per altre informazioni, vedere la classe System.Web.Caching.Cache.

Si applica a