OutputCacheProviderCollection Classe
Definição
Representa a coleção de provedores de cache de saída que são configurados para um site.Represents the collection of output-cache providers that are configured for a Web site.
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
- Herança
Comentários
A coleção de provedores de cache de saída configurados não inclui o provedor padrão para o cache de saída ASP.NET na memória.The collection of configured output-cache providers does not include the default provider for the ASP.NET in-memory output cache.
Construtores
| OutputCacheProviderCollection() |
Inicializa uma nova instância da classe OutputCacheProviderCollection.Initializes a new instance of the OutputCacheProviderCollection class. |
Propriedades
| Count |
Obtém o número de provedores na coleção.Gets the number of providers in the collection. (Herdado de ProviderCollection) |
| IsSynchronized |
Obtém um valor que indica se o acesso à coleção é sincronizado (thread-safe).Gets a value indicating whether access to the collection is synchronized (thread safe). (Herdado de ProviderCollection) |
| Item[String] |
Retorna uma referência para o provedor de cache de saída nomeado na coleção.Returns a reference to the named output-cache provider in the collection. |
| SyncRoot |
Obtém o objeto atual.Gets the current object. (Herdado de ProviderCollection) |
Métodos
| Add(ProviderBase) |
Insere um provedor na coleção de provedores de cache de saída.Inserts a provider into the collection of output-cache providers. |
| Clear() |
Remove todos os itens da coleção.Removes all items from the collection. (Herdado de ProviderCollection) |
| CopyTo(OutputCacheProvider[], Int32) |
Copia os provedores de cache de saída para uma matriz unidimensional compatível no índice especificado.Copies the output-cache providers to a compatible one-dimensional array at the specified index. |
| CopyTo(ProviderBase[], Int32) |
Copia os conteúdos da coleção para a matriz fornecida, começando no índice especificado.Copies the contents of the collection to the given array starting at the specified index. (Herdado de ProviderCollection) |
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetEnumerator() |
Retorna um objeto que implementa a interface IEnumerator para iterar pela coleção.Returns an object that implements the IEnumerator interface to iterate through the collection. (Herdado de ProviderCollection) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| Remove(String) |
Remove um provedor da coleção.Removes a provider from the collection. (Herdado de ProviderCollection) |
| SetReadOnly() |
Define a coleção como sendo somente leitura.Sets the collection to be read-only. (Herdado de ProviderCollection) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
Implantações explícitas de interface
| ICollection.CopyTo(Array, Int32) |
Copia os elementos do ProviderCollection para uma matriz, começando em um índice de matriz específico.Copies the elements of the ProviderCollection to an array, starting at a particular array index. (Herdado de ProviderCollection) |
Métodos de Extensão
| Cast<TResult>(IEnumerable) |
Converte os elementos de um IEnumerable para o tipo especificado.Casts the elements of an IEnumerable to the specified type. |
| OfType<TResult>(IEnumerable) |
Filtra os elementos de um IEnumerable com base em um tipo especificado.Filters the elements of an IEnumerable based on a specified type. |
| AsParallel(IEnumerable) |
Habilita a paralelização de uma consulta.Enables parallelization of a query. |
| AsQueryable(IEnumerable) |
Converte um IEnumerable em um IQueryable.Converts an IEnumerable to an IQueryable. |