Skip to content

Commit

Permalink
Update MicrosoftHybridCache.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jodydonetti authored Jan 19, 2025
1 parent 1ee7796 commit c8132e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/MicrosoftHybridCache.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Oh (x3), and since FusionCache supports both the sync and async programming mode
- `hybridCache.GetOrCreateAsync("foo", ...)` (async call from the HybridCache adapter)
- `fusionCache.GetOrSet("foo", ...)` (sync call from FusionCache directly)

They'll be both not just protected from Cache Stampede automatically, but among themselves: this means that accross both the HybridCache adapter instance and the FusionCache instance, only 1 database call will be executed.
They'll be both protected from Cache Stampede automatically, but not just separately, but also between themselves: this means that accross both the HybridCache adapter instance and the FusionCache instance, only 1 database call will be executed, total.

Nice 😬

Expand Down Expand Up @@ -219,4 +219,4 @@ Then it should also give visibility to the OSS alternatives (in the main docs, s

In the past this has not always been the case, but the future _may_ be different.

Just my 2 cents.
Just my 2 cents.

0 comments on commit c8132e5

Please sign in to comment.