Bagikan melalui


OutputCache.Providers Properti

Definisi

Mendapatkan kumpulan penyedia output-cache yang ditentukan dalam file konfigurasi untuk situs Web.

public:
 static property System::Web::Caching::OutputCacheProviderCollection ^ Providers { System::Web::Caching::OutputCacheProviderCollection ^ get(); };
public static System.Web.Caching.OutputCacheProviderCollection Providers { get; }
static member Providers : System.Web.Caching.OutputCacheProviderCollection
Public Shared ReadOnly Property Providers As OutputCacheProviderCollection

Nilai Properti

Kumpulan penyedia yang dikonfigurasi.

Keterangan

Anda mengonfigurasi satu atau beberapa penyedia cache output kustom yang menargetkan perangkat penyimpanan lain, seperti disk lokal atau jarak jauh, database, penyimpanan cloud, dan mesin cache terdistribusi. Untuk mengonfigurasi penyedia output-cache kustom, Anda menambahkan penyedia ke koleksi yang diwakili oleh Providers properti .

Berlaku untuk