8000 Update docs for SRC.MemoryCache configuration element · dotnet/dotnet-api-docs@d02173c · GitHub
[go: up one dir, main page]

Skip to content

Commit d02173c

Browse files
committed
Update docs for SRC.MemoryCache configuration element
1 parent ea64b25 commit d02173c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Runtime.Caching.Configuration/MemoryCacheElement.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@
170170
<ReturnType>System.Int32</ReturnType>
171171
</ReturnValue>
172172
<Docs>
173-
<summary>Gets or sets the percentage of server memory that can be used by the cache.</summary>
174-
<value>The percentage of physical memory that the cache can use, expressed as an integer value from 1 to 100. The default is zero, which indicates that <see cref="T:System.Runtime.Caching.MemoryCache" /> instances manage their own memory based on the amount of memory that is installed on the computer.</value>
173+
<summary>Gets or sets the percentage of total system physical memory usage at which the cache will begin evicting entries.</summary>
174+
<value>The percentage of physical memory in use, expressed as an integer value from 1 to 100. The default is zero, which indicates that <see cref="T:System.Runtime.Caching.MemoryCache" /> instances manage their own memory based on the amount of memory that is installed on the computer.</value>
175175
<remarks>
176176
<format type="text/markdown"><![CDATA[
177177
178178
## Remarks
179-
If the cache size exceeds the specified limit, the memory cache implementation removes cache entries.
179+
If the total amount of physical memory in use on the system exceeds the specified limit, the memory cache implementation removes cache entries.
180180
181181
The setting for the <xref:System.Runtime.Caching.MemoryCache.PhysicalMemoryLimit%2A> property can be read from `physicalMemoryLimitPercentage` configuration attribute in the application configuration file. Alternatively, the value can be passed when the <xref:System.Runtime.Caching.MemoryCache> class is initialized.
182182

0 commit comments

Comments
 (0)
0