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 實例。 因此, Cache 屬性所 Cache 傳回的物件是 Cache 應用程式域中所有要求的物件。

適用於