OutputCacheProviderCollection クラス

定義

Web サイト用に構成されている出力キャッシュ プロバイダーのコレクションを表します。

public ref class OutputCacheProviderCollection sealed : System::Configuration::Provider::ProviderCollection
public sealed class OutputCacheProviderCollection : System.Configuration.Provider.ProviderCollection
type OutputCacheProviderCollection = class
    inherit ProviderCollection
Public NotInheritable Class OutputCacheProviderCollection
Inherits ProviderCollection
継承
OutputCacheProviderCollection

注釈

構成された出力キャッシュ プロバイダーのコレクションには、ASP.NET インメモリ出力キャッシュの既定のプロバイダーは含まれません。

コンストラクター

名前 説明
OutputCacheProviderCollection()

OutputCacheProviderCollection クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Count

コレクション内のプロバイダーの数を取得します。

(継承元 ProviderCollection)
IsSynchronized

コレクションへのアクセスが同期されているかどうかを示す値を取得します (スレッド セーフ)。

(継承元 ProviderCollection)
Item[String]

コレクション内の名前付き出力キャッシュ プロバイダーへの参照を返します。

SyncRoot

現在のオブジェクトを取得します。

(継承元 ProviderCollection)

メソッド

名前 説明
Add(ProviderBase)

出力キャッシュ プロバイダーのコレクションにプロバイダーを挿入します。

Clear()

コレクションからすべての項目を削除します。

(継承元 ProviderCollection)
CopyTo(OutputCacheProvider[], Int32)

出力キャッシュ プロバイダーを、指定したインデックス位置にある互換性のある 1 次元配列にコピーします。

CopyTo(ProviderBase[], Int32)

指定したインデックスから始まる指定した配列にコレクションの内容をコピーします。

(継承元 ProviderCollection)
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetEnumerator()

コレクションを反復処理する IEnumerator インターフェイスを実装するオブジェクトを返します。

(継承元 ProviderCollection)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Objectの簡易コピーを作成します。

(継承元 Object)
Remove(String)

プロバイダーをコレクションから削除します。

(継承元 ProviderCollection)
SetReadOnly()

コレクションを読み取り専用に設定します。

(継承元 ProviderCollection)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

明示的なインターフェイスの実装

名前 説明
ICollection.CopyTo(Array, Int32)

特定の配列インデックスから始まる、 ProviderCollection の要素を配列にコピーします。

(継承元 ProviderCollection)

拡張メソッド

名前 説明
AsParallel(IEnumerable)

クエリの並列化を有効にします。

AsQueryable(IEnumerable)

IEnumerableIQueryableに変換します。

Cast<TResult>(IEnumerable)

IEnumerable の要素を指定した型にキャストします。

OfType<TResult>(IEnumerable)

指定した型に基づいて、IEnumerable の要素をフィルター処理します。

適用対象