Skip to content

Commit

Permalink
Update MicrosoftHybridCache.md
Browse files Browse the repository at this point in the history
jodydonetti authored Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 48469ec commit 77ceb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MicrosoftHybridCache.md
Original file line number Diff line number Diff line change
@@ -197,7 +197,7 @@ Boom!

## 🚳 Limitations

The HybridCache API surface area is more limited: for example for each `GetOrCreate()` call we can pass a `HybridCacheEntryOptions` object instead of a `FusionCacheEntryOptions` object.
The HybridCache API surface area is more limited: for example for each `GetOrCreateAsync()` call we can pass a `HybridCacheEntryOptions` object instead of a `FusionCacheEntryOptions` object.

Because of this, when using FusionCache via the HybridCache adapter we can configure all of this goodness only at startup, and not on a per-call basis: still, it's a lot of power to have available for when we need or want to depend on the Microsoft abstraction.

0 comments on commit 77ceb22

Please sign in to comment.