We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4afe2a commit 90de2b6Copy full SHA for 90de2b6
xml/System.Runtime.Caching.Configuration/MemoryCacheSettingsCollection.xml
@@ -275,7 +275,13 @@
275
<param name="key">A unique identifier for the item.</param>
276
<summary>Gets the <see cref="T:System.Runtime.Caching.Configuration.MemoryCacheElement" /> item that has the specified key.</summary>
277
<value>The item that is specified by the key.</value>
278
- <remarks>To be added.</remarks>
+ <remarks>
279
+ <format type="text/markdown"><![CDATA[
280
+
281
+The comparison of `key` with <xref:System.Runtime.Caching.Configuration.MemoryCacheElement> key names is case-sensitive.
282
283
+ ]]></format>
284
+ </remarks>
285
</Docs>
286
</Member>
287
<Member MemberName="Properties">
0 commit comments