OutputCache.Providers Propriedade
Definição
Obtém uma coleção dos provedores de cache de saída que são especificados no arquivo de configuração para um site.Gets a collection of the output-cache providers that are specified in the configuration file for a Web site.
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
Valor da propriedade
A coleção de provedores configurados.The collection of configured providers.
Comentários
Configure um ou mais provedores de cache de saída personalizados destinados a outros dispositivos de armazenamento, como discos locais ou remotos, bancos de dados, armazenamento em nuvem e mecanismos de cache distribuído.You configure one or more custom output-cache providers that target other storage devices, such as local or remote disks, databases, cloud storage, and distributed cache engines. Para configurar provedores de cache de saída personalizados, você adiciona um provedor à coleção que é representada pela Providers propriedade.To configure custom output-cache providers, you add a provider to the collection that is represented by the Providers property.