Open
Description
Currently, the property summary for the MemoryCacheOptions.SizeLimit property is:
/// <summary>
/// Gets or sets the maximum size of the cache.
/// </summary>
It would be nice if this explicitly provided the unit of measure (bytes, kilobytes, etc.). Like this:
/// <summary>
/// Gets or sets the maximum size of the cache in kilobytes.
/// </summary>