Skip to content

Commit c8132e5

Browse files
authored
Update MicrosoftHybridCache.md
1 parent 1ee7796 commit c8132e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/MicrosoftHybridCache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Oh (x3), and since FusionCache supports both the sync and async programming mode
136136
- `hybridCache.GetOrCreateAsync("foo", ...)` (async call from the HybridCache adapter)
137137
- `fusionCache.GetOrSet("foo", ...)` (sync call from FusionCache directly)
138138

139-
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.
139+
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.
140140

141141
Nice 😬
142142

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

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

222-
Just my 2 cents.
222+
Just my 2 cents.

0 commit comments

Comments
 (0)