ResponseCachingOptions.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 response 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:
property long SizeLimit { long get(); void set(long value); };
public long SizeLimit { get; set; }
member this.SizeLimit : int64 with get, set
Public Property SizeLimit As Long