HttpContextBase.Cache 屬性

定義

在衍生類別中覆寫時,取得目前應用程式定義域的 Cache 物件。

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

屬性值

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

例外狀況

適用於