File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 819
819
operation was performed. When two operations have the same <literal >DateTime.Ticks</literal >, then the client with the highest
820
820
id wins. This strategy should be used only for regions that have few write operations and a high expiration time. It is recommended
821
821
to use <literal >NHibernate.Caches.StackExchangeRedis.TwoLayerCacheRegionStrategy</literal >, when the instances where the strategy
822
- would run are ofter restarted/recycled. In order to use this strategy a custom <literal >ICacheRegionStrategyFactory</literal >
822
+ would run are often restarted/recycled. In order to use this strategy a custom <literal >ICacheRegionStrategyFactory</literal >
823
823
has to be provided (see <literal >cache.region_strategy_factory</literal > setting), where the strategy is created with a custom
824
824
<literal >RegionMemoryCacheBase</literal > implementation. This strategy has additional settings:
825
825
<varlistentry >
893
893
Defaults to <literal >NHibernate.Caches.StackExchangeRedis.DefaultConnectionMultiplexerProvider</literal >.
894
894
</listitem >
895
895
</varlistentry >
896
- <varlistentry >
897
- <term ><literal >cache.connection_multiplexer_provider</literal ></term >
898
- <listitem >
899
- The assembly qualified name of the connection multiplexer provider.
900
- Defaults to <literal >NHibernate.Caches.StackExchangeRedis.DefaultConnectionMultiplexerProvider</literal >.
901
- </listitem >
902
- </varlistentry >
903
896
<varlistentry >
904
897
<term ><literal >cache.database_provider</literal ></term >
905
898
<listitem >
You can’t perform that action at this time.
0 commit comments