From 815450f51856937ec1adc76dd1b257f2ae879973 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Mon, 7 Oct 2024 16:17:57 -0700 Subject: [PATCH 1/2] Update distributed5.md --- .../performance/caching/distributed/includes/distributed5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/performance/caching/distributed/includes/distributed5.md b/aspnetcore/performance/caching/distributed/includes/distributed5.md index e2e973ddb9..ead82e603f 100644 --- a/aspnetcore/performance/caching/distributed/includes/distributed5.md +++ b/aspnetcore/performance/caching/distributed/includes/distributed5.md @@ -1,5 +1,5 @@ :::moniker range="< aspnetcore-6.0" -// 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. From a897a704a34763c9d1e4c13b1fa1a6547dc23558 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Mon, 7 Oct 2024 16:20:04 -0700 Subject: [PATCH 2/2] Update distributed6-7.md --- .../performance/caching/distributed/includes/distributed6-7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/performance/caching/distributed/includes/distributed6-7.md b/aspnetcore/performance/caching/distributed/includes/distributed6-7.md index 52d6060d7a..8d066458a2 100644 --- a/aspnetcore/performance/caching/distributed/includes/distributed6-7.md +++ b/aspnetcore/performance/caching/distributed/includes/distributed6-7.md @@ -1,5 +1,5 @@ :::moniker range=">= aspnetcore-6.0 <= aspnetcore-7.0" -// 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.