MemoryCacheOptions.SizeLimit 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定快取的大小上限。
public:
property Nullable<long> SizeLimit { Nullable<long> get(); void set(Nullable<long> value); };
public long? SizeLimit { get; set; }
member this.SizeLimit : Nullable<int64> with get, set
Public Property SizeLimit As Nullable(Of Long)
屬性值
備註
警告
快取已滿,但在背景線程上釋放區塊時,可能會有暫時性狀態。 在此狀態下,如果快取使用量過高,可能會發生非預期的行為。