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
  • Loading branch information
Masoud Karimi committed Sep 6, 2024
1 parent 8ef13b7 commit 7f316b2
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 7f316b2

Please sign in to comment.