From f44ad8010d4245479076c9ce0f6b1f125a573e4c Mon Sep 17 00:00:00 2001 From: Steve Molloy Date: Thu, 12 Jun 2025 17:43:55 -0700 Subject: [PATCH] Update docs for SRC.MemoryCache configuration element --- .../file-schema/runtime/memorycache-element-cache-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md b/docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md index 42f8af861e424..4ea2ccdf510dc 100644 --- a/docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md +++ b/docs/framework/configure-apps/file-schema/runtime/memorycache-element-cache-settings.md @@ -38,9 +38,9 @@ Defines an element that is used to configure a cache that is based on the object can grow to. The default value is 0, which means that the class's autosize heuristics are used by default.| +|`CacheMemoryLimitMegabytes`|The maximum memory size, in megabytes, that an instance of a object can grow to. The default value is 0, which means that the class's autosize heuristics are used by default. (This setting is only effective on .Net Framework.)| |`Name`|The name of the cache configuration.| -|`PhysicalMemoryLimitPercentage`|The percentage of physical memory that can be used by the cache. The default value is 0, which means that the class's autosize heuristics are used by default.| +|`PhysicalMemoryLimitPercentage`|percentage of total physical memory usage on the system (by all processes) at which the cache will begin to evict entries. The default value is 0, which means that the class's autosize heuristics are used by default.| |`PollingInterval`|A value that indicates the time interval after which the cache implementation compares the current memory load against the absolute and percentage-based memory limits that are set for the cache instance. The value is entered in "HH:MM:SS" format.| ### Child Elements