Skip to content

Commit 0a1006a

Browse files
committed
Refined editorial input
1 parent 757f358 commit 0a1006a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/azure-cache-for-redis/cache-aspnetcore-output-cache-provider.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: ASP.NET Core Output Cache Provider for Azure Cache for Redis
3-
description: Learn how to use the Redis Output Cache Provider to cache ASP.NET Core page output out of process by using Azure Cache for Redis.
3+
description: Use the Redis Output Cache Provider to cache ASP.NET Core page output out of process by using Azure Cache for Redis.
44
author: flang-msft
55
ms.author: cawa
66
ms.service: cache
@@ -24,7 +24,15 @@ The benefits of using Azure Cache for Redis as your output cache include:
2424
- Saving web server memory resource utilization by storing cached content in an external Redis database.
2525
- Improving web application resiliency by persisting cached content in an external Redis database in the scenario of server failover or restart.
2626

27-
The Redis output caching implementation includes performance and storage optimizations that compare with custom implementations of the output caching middleware providers.
27+
Using the Redis option for output caching provides performance and storage optimizations over custom implementations of other output caching providers.
28+
29+
<!-- PM input needed: original text - "The Redis output caching implementation includes performance and storage optimizations comparing with custom implementations of the Output Caching middleware providers."
30+
31+
What I think it means: Using the Redis option for output caching provides performance and storage optimizations over custom implementations of other output caching providers.
32+
33+
This almost sounds a bit to much like marketing and maybe we should omit it. Will it always be true? Do we have benchmarks that quantitatively show this? Or am I missing the real technical advantage?
34+
35+
-->
2836

2937
You can use the output caching middleware in all types of ASP.NET Core apps: minimal API, web API with controllers, Model-View-Controller (MVC), and Razor Pages. For a detailed walkthrough of output caching syntax and features, see [Output caching middleware in ASP.NET Core](/aspnet/core/performance/caching/output).
3038

0 commit comments

Comments
 (0)