HttpContext.Cache Propriedade
Definição
public:
property System::Web::Caching::Cache ^ Cache { System::Web::Caching::Cache ^ get(); };
public System.Web.Caching.Cache Cache { get; }
member this.Cache : System.Web.Caching.Cache
Public ReadOnly Property Cache As Cache
Valor da propriedade
O Cache para o domínio do aplicativo atual.The Cache for the current application domain.
Comentários
Há uma instância da Cache classe por domínio de aplicativo.There is one instance of the Cache class per application domain. Como resultado, o Cache objeto retornado pela Cache propriedade é o Cache objeto para todas as solicitações no domínio do aplicativo.As a result, the Cache object that is returned by the Cache property is the Cache object for all requests in the application domain.