CachingSectionGroup.MemoryCaches Proprietà

Definizione

Ottiene la raccolta di oggetti 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

Valore della proprietà

MemoryCacheSection

Insieme di oggetti della sezione della cache.

Attributi

Commenti

La MemoryCaches proprietà restituisce la raccolta di oggetti dalla sezione di MemoryCacheSection memorizzazione nella cache padre.

Si applica a

Vedi anche