Share via


HttpContext.Cache プロパティ

定義

現在のアプリケーション ドメインに対する Cache オブジェクトを取得します。

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

プロパティ値

Cache

現在のアプリケーション ドメインに対する Cache

注釈

アプリケーション ドメインごとにクラスのインスタンスが Cache 1 つあります。 その結果、 Cache プロパティによって Cache 返されるオブジェクトは、 Cache アプリケーション ドメイン内のすべての要求のオブジェクトになります。

適用対象