Compartir a través de


CachingSectionGroup.MemoryCaches Propiedad

Definición

Obtiene la colección de objetos MemoryCacheElement.

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 propiedad

Colección de objetos de sección de la memoria caché.

Atributos

Comentarios

La MemoryCaches propiedad devuelve la colección de objetos de MemoryCacheSection la sección de almacenamiento en caché principal.

Se aplica a

Consulte también