次の方法で共有


HttpContextWrapper.Cache プロパティ

定義

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

public:
 virtual property System::Web::Caching::Cache ^ Cache { System::Web::Caching::Cache ^ get(); };
public override System.Web.Caching.Cache Cache { get; }
member this.Cache : System.Web.Caching.Cache
Public Overrides ReadOnly Property Cache As Cache

プロパティ値

Cache

現在のアプリケーション ドメインに対するキャッシュ オブジェクト。

適用対象