HttpRuntime.Cache Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém-nos Cache para a aplicação atual.
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 Propriedade
O atual Cache.
Exceções
O ASP.NET não está instalado.
Observações
Para obter mais informações, consulte a classe System.Web.Caching.Cache.