Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions xml/Microsoft.Extensions.Caching.Memory/MemoryCacheOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,11 @@
<summary>Gets or sets the maximum size of the cache.</summary>
<value>To be added.</value>
<remarks>
<format type="text/markdown"><![CDATA[
> [!CAUTION]
> There may be transient states while the cache is full but blocks are being released on a background thread. In this state, unexpected behavior might occur if the cache is being overutilized.
<format type="text/markdown"><![CDATA[
> [!CAUTION]
> There may be transient states while the cache is full but blocks are being released on a background thread. In this state, unexpected behavior might occur if the cache is being overutilized.
>
> When making a <xref:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set%2A> call to replace an existing item with another one that will make cache size go beyond the limit, the existing and new items will be removed.
]]></format>
</remarks>
</Docs>
Expand All @@ -238,12 +240,12 @@
<value>
<see langword="true" /> if linked entries are tracked; otherwise, <see langword="false" />. The default is <see langword="false" /> in .NET 7 and later versions.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Prior to .NET 7 this feature was always enabled.
<format type="text/markdown"><![CDATA[

## Remarks

Prior to .NET 7 this feature was always enabled.

]]></format>
</remarks>
</Docs>
Expand Down