Skip to content

Commit

Permalink
Add an overview of the possible cache providers
Browse files Browse the repository at this point in the history
  • Loading branch information
petermorlion committed Jan 26, 2024
1 parent f278db8 commit f3401df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ You can also view the [package page](http://www.nuget.org/packages/EFCoreSecondL

### 1- [Register a preferred cache provider](/src/Tests/EFCoreSecondLevelCacheInterceptor.AspNetCoreSample/Startup.cs):

You can use the following cache providers:

- [Memory provider built in this library](#using-the-built-in-In-Memory-cache-provider)
- [EasyCaching.Core memory provider](#Using-EasyCaching.Core-as-the-cache-provider)
- [EasyCaching.Core dynamic cache provider](#Using-EasyCaching.Core-as-a-dynamic-cache-provider)
- [CacheManager.Core cache provider](#Using-CacheManager.Core-as-the-cache-provider-\[It's-not-actively-maintained\])
- [A custom cache provider](#Using-a-custom-cache-provider)]

#### Using the built-in In-Memory cache provider

![performance](/src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/int-pref.png)
Expand Down

0 comments on commit f3401df

Please sign in to comment.