次の方法で共有


OutputCache.Providers プロパティ

定義

Web サイトの構成ファイルに指定されている出力キャッシュ プロバイダーのコレクションを取得します。

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

プロパティ値

OutputCacheProviderCollection

構成されているプロバイダーのコレクション。

注釈

ローカルディスク、リモートディスク、データベース、クラウドストレージ、分散キャッシュエンジンなど、他のストレージデバイスを対象とするカスタム出力キャッシュプロバイダーを1つ以上構成します。 カスタム出力キャッシュプロバイダーを構成するには、プロパティによって表されるコレクションにプロバイダーを追加し Providers ます。

適用対象