Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 00dbc12

Browse filesBrowse files
Update docs for SRC.MemoryCache configuration element (#11448)
1 parent 2511ca4 commit 00dbc12
Copy full SHA for 00dbc12

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

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

Copy file name to clipboardExpand all lines: xml/System.Runtime.Caching.Configuration/MemoryCacheElement.xml
+3-3Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.