Skip to content

Clarify MemoryCacheOptions.SizeLimit doc comments #5482

Open
@ketrex2

Description

@ketrex2

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri3Indicates issues/PRs that are low priorityarea-Extensions-Cachinghelp wantedGood for community contributors to help [up-for-grabs]untriagedNew issue has not been triaged by the area owner

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions