Skip to content

Commit

Permalink
fix: adds ThrowIfDistributedCacheError, FlushLocalCacheOnBusReconnect…
Browse files Browse the repository at this point in the history
…ion to hybrid cache binding (#549)

Co-authored-by: Masoud Karimi <masoud.karimi7171@outlook.com>
  • Loading branch information
MasoudKarimi92 and Masoud Karimi authored Sep 8, 2024
1 parent 03cc855 commit 57e0bc8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ void configure(HybridCachingOptions x)
x.DistributedCacheProviderName = hybridOptions.DistributedCacheProviderName;
x.LocalCacheProviderName = hybridOptions.LocalCacheProviderName;
x.TopicName = hybridOptions.TopicName;
x.ThrowIfDistributedCacheError = hybridOptions.ThrowIfDistributedCacheError;
x.FlushLocalCacheOnBusReconnection = hybridOptions.FlushLocalCacheOnBusReconnection;
}
return options.UseHybrid(configure, name);
}
Expand Down

0 comments on commit 57e0bc8

Please sign in to comment.