Udostępnij za pośrednictwem


CachingSectionGroup.MemoryCaches Właściwość

Definicja

Pobiera kolekcję MemoryCacheElement obiektów.

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

Wartość właściwości

Kolekcja obiektów sekcji pamięci podręcznej.

Atrybuty

Uwagi

Właściwość MemoryCaches zwraca kolekcję MemoryCacheSection obiektów z sekcji buforowania nadrzędnego.

Dotyczy

Zobacz też