HostingEnvironment.Cache Propiedad

Definición

Obtiene la instancia de Cache para la aplicación actual.

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

Valor de propiedad

Cache

Instancia de Cache actual.

Se aplica a