commit
c3854bc63e
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
:::moniker range=">= aspnetcore-6.0 <= aspnetcore-7.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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue