Skip to content

Commit 8258d96

Browse files
StyxxyRon Petrusha
authored andcommitted
fixed memorycache config example (dotnet#4024)
memorycache, namedcache : attribute in add element should be physicalMemoryLimitPercentage instead of physicalMemoryPercentage
1 parent 7c3e06e commit 8258d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/configure-apps/file-schema/runtime/namedcaches-element-cache-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Specifies a collection of configuration settings for the named <xref:System.Runt
8686
<namedCaches>
8787
<add name="default"
8888
cacheMemoryLimitMegabytes="0"
89-
physicalMemoryPercentage="0"
89+
physicalMemoryLimitPercentage="0"
9090
pollingInterval="00:02:00" />
9191
</namedCaches>
9292
</memoryCache>

0 commit comments

Comments
 (0)