Update distributed5.md

pull/33813/head
Tom Dykstra 2024-10-07 16:17:57 -07:00 committed by GitHub
parent fb1ca8ec51
commit 815450f518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
:::moniker range="< aspnetcore-6.0"
// ms.sfi.ropc: t
<!-- ms.sfi.ropc: t -->
A distributed cache is a cache shared by multiple app servers, typically maintained as an external service to the app servers that access it. A distributed cache can improve the performance and scalability of an ASP.NET Core app, especially when the app is hosted by a cloud service or a server farm.