Skip to content

Commit 4553d60

Browse files
authored
9.0 HybridCache; clarify release status (#34043)
1 parent 360db23 commit 4553d60

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

aspnetcore/performance/caching/hybrid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ uid: performance/caching/hybrid
99
---
1010
# HybridCache library in ASP.NET Core
1111

12-
[!INCLUDE[](~/includes/not-ga-yet.md)]
12+
> [!IMPORTANT]
13+
> `HybridCache` is currently still in preview but will be fully released *after* .NET 9.0 in a future minor release of .NET Extensions.
1314
1415
<!--
1516
[!INCLUDE[](~/includes/not-latest-version.md)]

aspnetcore/release-notes/aspnetcore-9/includes/hybrid-cache.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ ms.date: 05/21/2024
66
---
77
### New `HybridCache` library
88

9+
> [!IMPORTANT]
10+
> `HybridCache` is currently still in preview but will be fully released *after* .NET 9.0 in a future minor release of .NET Extensions.
11+
912
The [`HybridCache`](https://source.dot.net/#Microsoft.Extensions.Caching.Hybrid/Runtime/HybridCache.cs,8c0fe94693d1ac8d) API bridges some gaps in the existing <xref:Microsoft.Extensions.Caching.Distributed.IDistributedCache> and <xref:Microsoft.Extensions.Caching.Memory.IMemoryCache> APIs. It also adds new capabilities, such as:
1013

1114
* **"Stampede" protection** to prevent parallel fetches of the same work.

0 commit comments

Comments
 (0)