MemoryCacheOptions.SizeLimit Property

Definition

Gets or sets the maximum size of the cache.

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)

Property Value

Remarks

Caution

There may be transient states while the cache is full but blocks are being released on a background thread. In this state, unexpected behavior might occur if the cache is being overutilized.

Applies to