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

目前應用程式定義域的快取物件。

適用於