You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/performance/caching/hybrid.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,22 +9,14 @@ uid: performance/caching/hybrid
9
9
---
10
10
# HybridCache library in ASP.NET Core
11
11
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.
14
-
15
-
<!--
16
-
[!INCLUDE[](~/includes/not-latest-version.md)]
17
-
Uncomment this when 9.0 is the default value in the version selector.
18
-
-->
19
-
20
12
This article explains how to configure and use the `HybridCache` library in an ASP.NET Core app. For an introduction to the library, see [the `HybridCache` section of the Caching overview](xref:performance/caching/overview#hybridcache).
21
13
22
14
## Get the library
23
15
24
16
Install the `Microsoft.Extensions.Caching.Hybrid` package.
A concrete implementation of the `HybridCache` abstract class is included in the shared framework and is provided via dependency injection. But developers are welcome to provide custom implementations of the API.
222
+
A concrete implementation of the `HybridCache` abstract class is included in the shared framework and is provided via dependency injection. But developers are welcome to provide or consume custom implementations of the API, for example [FusionCache](https://github.com/ZiggyCreatures/FusionCache/blob/main/docs/MicrosoftHybridCache.md).
0 commit comments