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

屬性值

目前應用域的快取。

例外狀況

適用於