共用方式為


OutputCache.Providers 屬性

定義

取得網站組態檔中指定的輸出快取區提供者集合。

public:
 static property System::Web::Caching::OutputCacheProviderCollection ^ Providers { System::Web::Caching::OutputCacheProviderCollection ^ get(); };
public static System.Web.Caching.OutputCacheProviderCollection Providers { get; }
static member Providers : System.Web.Caching.OutputCacheProviderCollection
Public Shared ReadOnly Property Providers As OutputCacheProviderCollection

屬性值

已設定之提供者的集合。

備註

您可以設定以其他儲存裝置為目標的一或多個自訂輸出快取提供者,例如本機或遠端磁片、資料庫、雲端儲存體和分散式快取引擎。 若要設定自訂輸出快取提供者,請將提供者新增至 屬性所代表的 Providers 集合。

適用於