CachingSectionGroup.MemoryCaches Propriedade

Definição

Fica com a coleção de MemoryCacheElement objetos.

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

Valor de Propriedade

A coleção de objetos da secção cache.

Atributos

Observações

A MemoryCaches propriedade devolve a coleção de MemoryCacheSection objetos da secção de cache principal.

Aplica-se a

Ver também