Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobsaila committed May 19, 2024
1 parent ed0bede commit 60f05af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
> [!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 call to <see cref="M:Microsoft.Extensions.Caching.Memory.CacheExtensions.Set" /> to update an existing item that will make cache size go beyond the size limit, the existing and new items will be instead removed.
> When updating 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 Down

0 comments on commit 60f05af

Please sign in to comment.