Skip to content

Conversation

StephenMolloy
Copy link
Member

This pull request updates the documentation for the MemoryCacheElement class in System.Runtime.Caching.Configuration. The changes clarify the behavior of the physicalMemoryLimitPercentage property and its impact on cache eviction. This mirrors the updates we just made for the MemoryCache API in #11375.

Documentation updates:

  • xml/System.Runtime.Caching.Configuration/MemoryCacheElement.xml: Updated the <summary> and <value> tags to clarify that the physicalMemoryLimitPercentage property represents the percentage of total system physical memory usage at which cache eviction begins, rather than the percentage of server memory allocated for the cache. Adjusted the <remarks> tag to specify that eviction occurs when total system physical memory usage exceeds the limit.

@StephenMolloy StephenMolloy requested a review from gewarren June 13, 2025 00:57
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jun 13, 2025
@gewarren gewarren merged commit 00dbc12 into dotnet:main Jun 16, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants