From 815450f51856937ec1adc76dd1b257f2ae879973 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Mon, 7 Oct 2024 16:17:57 -0700 Subject: [PATCH] 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.