MemoryCacheSection.NamedCaches Propriedade

Definição

Obtém a coleção de definições de configuração para as instâncias nomeadas de MemoryCache.Gets the collection of configuration settings for the named MemoryCache instances.

public:
 property System::Runtime::Caching::Configuration::MemoryCacheSettingsCollection ^ NamedCaches { System::Runtime::Caching::Configuration::MemoryCacheSettingsCollection ^ get(); };
[System.Configuration.ConfigurationProperty("namedCaches")]
public System.Runtime.Caching.Configuration.MemoryCacheSettingsCollection NamedCaches { get; }
[<System.Configuration.ConfigurationProperty("namedCaches")>]
member this.NamedCaches : System.Runtime.Caching.Configuration.MemoryCacheSettingsCollection
Public ReadOnly Property NamedCaches As MemoryCacheSettingsCollection

Valor da propriedade

MemoryCacheSettingsCollection

Uma coleção de configurações para cada cache nomeado.A collection of settings for each named cache.

Atributos

Comentários

A NamedCaches propriedade faz referência à coleção de definições de configuração de um ou mais namedCaches elementos do arquivo de configuração.The NamedCaches property references the collection of configuration settings from one or more namedCaches elements of the configuration file. Para obter mais informações sobre as opções de configuração relacionadas a essa propriedade, consulte < > elemento NamedCaches (configurações de cache).For more information about configuration options that are related to this property, see <namedCaches> Element (Cache Settings).

Aplica-se a