Skip to content

Update docs for SRC.MemoryCache configuration element #11448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
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.

1 participant