Skip to content

Commit 7f8591b

Browse files
committed
Revised text
1 parent 4086906 commit 7f8591b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

articles/azure-cache-for-redis/cache-whats-new.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,34 @@ For more information, see [Use Microsoft Entra ID for cache authentication](cach
3131

3232
<!-- If this came out in November 2023, shouldn't it be in that section? -->
3333

34-
Using Redis as output cache was introduced in .NET 8 in November 2023. The Web Output Caching saves rendered web pages to improve performance, resilience, and reduce cost from server resource utilization. Redis has been implemented as built-in output cache store in .NET 8.
34+
Using Azure Cache for Reds as output cache was introduced in .NET 8 in November 2023. The Web Output Caching saves rendered web pages to improve performance, resilience, and reduce cost from server resource utilization. Redis has been implemented as built-in output cache store in .NET 8.
3535

3636
<!-- What is "Web Output Caching" referring to? -->
3737

3838
For more information on using Redis as an output cache, see [Output caching middleware in ASP.NET Core](/aspnet/core/performance/caching/output#redis-cache)
3939

40-
ASP.NET Core's support for distributed caching is getting an upgrade with the new HybridCache API. HybridCache augments the existing `IDistributedCache` support in ASP.NET Core with new capabilities, including multi-tier storage, with a limited in-process (L1) cache supplemented by a separate (usually larger) out-of-process (L2) cache. The _hybrid_ approach to cache storage gives the best of both worlds, where most fetches are served efficiently from L1, but cold-start and less-frequently-accessed data still doesn't hammer the underlying backend, thanks to L2.
40+
ASP.NET Core's support for distributed caching is getting an upgrade with the new _HybridCache_ API. _HybridCache_ augments the existing `IDistributedCache` support in ASP.NET Core with new capabilities, including multi-tier storage, with a limited in-process (L1) cache supplemented by a separate (usually larger) out-of-process (L2) cache. The hybrid approach to cache storage provides you with two advantages, where most fetches are served efficiently from L1, but cold-start and data you access less frequently doesn't over utilize the underlying backend because hybrid uses L2 for that.
4141

4242
<!-- the phrase "less-frequently-accessed data still doesn't hammer the underlying backend" is too colloquial and doesn't translate well as an idiom -->
4343

4444
<!-- is getting an upgrade? Is it happening now? Why are we talking about this feature if it isn't available? -->
4545

4646
HybridCache also includes:
4747

48-
- _stampede_ protection to prevent parallel fetches of the same work
48+
- _stampede protection_ to prevent parallel fetches of the same data
4949
- configurable serialization
5050
- simplifying the API usage for common scenarios
5151

52-
For more information, see [New HybridCache library](/aspnet/core/release-notes/aspnetcore-9.0#new-hybridcache-library).
52+
For more information, see the [HybridCache library](/aspnet/core/release-notes/aspnetcore-9.0#new-hybridcache-library).
5353

5454
### Connection Auditing
5555

56-
Connection auditing is already GA for all SKUs.
56+
Connection auditing is GA for all SKUs.
5757
<!-- When did it GA? we can put it in the month where it GA'd. This isn't a Redis feature, right or do you mean are we announcing that user can configure this for Redis, what is the Redis connection-->
5858

59-
You can configure an Azure Policy to audit or enforce specific policies about private endpoints and public network access. There isn't currently a built-in policy for doing this, but you can author a custom policy to enforce that private endpoints are enabled. For more information, see [Manage network policies for private endpoints](../private-link/disable-private-endpoint-network-policy.md).
59+
You can configure an Azure Policy to audit or enforce specific policies about private endpoints and public network access. There isn't currently a built-in policy for doing this, but you can author a custom policy to enforce that private endpoints are enabled.
60+
61+
For more information, see [Manage network policies for private endpoints](/azure/private-link/disable-private-endpoint-network-policy).
6062

6163
## April 2024
6264

0 commit comments

Comments
 (0)