Bagikan melalui


MemoryCacheSection.NamedCaches Properti

Definisi

Mendapatkan kumpulan pengaturan konfigurasi untuk instans bernama MemoryCache .

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

Nilai Properti

Kumpulan pengaturan untuk setiap cache bernama.

Atribut

Keterangan

Properti NamedCaches mereferensikan kumpulan pengaturan konfigurasi dari satu atau beberapa elemen namedCaches file konfigurasi. Untuk informasi selengkapnya tentang opsi konfigurasi yang terkait dengan properti ini, lihat <elemen namedCaches> (Pengaturan Cache).

Berlaku untuk

Lihat juga