HttpContext.Cache 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前應用程式定義域的 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 應用程式域中所有要求的物件。