Browse Source

Update when-to-use-a-distributed-cache-server.md

pull/21677/head
Halil İbrahim Kalkan 2 years ago
parent
commit
97419370f3
  1. 4
      docs/en/kb/when-to-use-a-distributed-cache-server.md

4
docs/en/kb/when-to-use-a-distributed-cache-server.md

@ -1,6 +1,6 @@
# Why to Use a Distributed Cache Server
# When to Use a Distributed Cache Server
ABP provides a [distributed cache service](../framework/fundamentals/caching.md) that is based on [ASP.NET Core's distributed cache](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed).
ABP provides a [distributed cache service](../framework/fundamentals/caching.md) that is based on [ASP.NET Core's distributed cache](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed). This document explains when do you need to have a separate cache server for your applications.
## Understanding the Default Cache Service

Loading…
Cancel
Save