Bagikan melalui


DirectoryEntry.UsePropertyCache Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan apakah cache harus dilakukan setelah setiap operasi.

public:
 property bool UsePropertyCache { bool get(); void set(bool value); };
public bool UsePropertyCache { get; set; }
[System.DirectoryServices.DSDescription("DSUsePropertyCache")]
public bool UsePropertyCache { get; set; }
member this.UsePropertyCache : bool with get, set
[<System.DirectoryServices.DSDescription("DSUsePropertyCache")>]
member this.UsePropertyCache : bool with get, set
Public Property UsePropertyCache As Boolean

Nilai Properti

true jika cache tidak boleh dilakukan setelah setiap operasi; jika tidak, false. Default adalah true.

Atribut

Keterangan

Secara default, perubahan pada properti dilakukan secara lokal ke cache, dan nilai properti yang akan dibaca di-cache setelah pembacaan pertama. UsePropertyCache Ketika properti adalah true, akses ke DirectoryEntry properti objek lebih cepat. Mengatur ini ke false akan menyebabkan cache diterapkan setelah setiap operasi.

UsePropertyCache Jika properti adalah true dan Anda ingin menerapkan perubahan cache, panggil CommitChanges metode . Untuk memperbarui nilai dalam cache setelah perubahan pada direktori dibuat, panggil RefreshCache metode .

Perhatian

Jika Anda memanggil RefreshCache sebelum memanggil CommitChanges, setiap perubahan yang tidak dilakukan pada cache properti akan hilang.

Catatan

Penyedia Layanan Informasi Internet (IIS) tidak mendukung penerapan cache setelah setiap operasi.

Berlaku untuk

Lihat juga