OutputCacheOptions.SizeLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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