HttpRuntime.Cache Proprietà

Definizione

Restituisce 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; }
member this.Cache : System.Web.Caching.Cache
Public Shared ReadOnly Property Cache As Cache

Valore della proprietà

Cache

Oggetto Cache corrente.

Eccezioni

ASP.NET non è installato.

Commenti

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

Si applica a