HttpRuntime.Cache Propiedad

Definición

Obtiene el Cache de la solicitud actual.

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

Valor de propiedad

Objeto Cache actual.

Excepciones

ASP.NET no está instalado.

Comentarios

Para obtener más información, vea la clase System.Web.Caching.Cache.

Se aplica a