Bagikan melalui


Cache.EffectivePrivateBytesLimit Properti

Definisi

Mendapatkan jumlah byte yang tersedia untuk cache.

public:
 property long EffectivePrivateBytesLimit { long get(); };
public long EffectivePrivateBytesLimit { get; }
member this.EffectivePrivateBytesLimit : int64
Public ReadOnly Property EffectivePrivateBytesLimit As Long

Nilai Properti

Jumlah byte yang tersedia untuk cache.

Contoh

EffectivePercentagePhysicalMemoryLimit

Keterangan

Properti EffectivePrivateBytesLimit mengembalikan jumlah byte yang dapat digunakan oleh proses aplikasi. Setelah batas ini tercapai, algoritma cache mulai secara agresif memulung cache.

EffectivePrivateBytesLimit Properti dapat diatur dengan privateBytesLimit atribut elemen Cache Element for cache (ASP.NET Settings Schema) dalam file konfigurasi aplikasi. privateBytesLimit Ketika atribut tidak diatur, algoritma cache menentukan ukuran maksimum cache, dan EffectivePrivateBytesLimit properti berisi ukuran yang dipilih oleh algoritma.

Berlaku untuk