共用方式為


AspNetWebSocketContext.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

屬性值

快取物件。

例外狀況

屬性未實作。

適用於