Share via


OutputCacheOptions.SizeLimit Property

Definition

The size limit for the output cache middleware in bytes. The default is set to 100 MB. When this limit is exceeded, no new responses will be cached until older entries are evicted.

public long SizeLimit { get; set; }
member this.SizeLimit : int64 with get, set
Public Property SizeLimit As Long

Property Value

Applies to