Share via


HttpRuntime.Cache Propriedade

Definição

Obtém o Cache para o aplicativo 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 da propriedade

O Cache atual.

Exceções

O ASP.NET não está instalado.

Comentários

Para obter mais informações, consulte a classe System.Web.Caching.Cache.

Aplica-se a