Skip to content

Commit c50b391

Browse files
Fix some typo
1 parent bd62a9b commit c50b391

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

doc/reference/modules/nhibernate_caches.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@
819819
operation was performed. When two operations have the same <literal>DateTime.Ticks</literal>, then the client with the highest
820820
id wins. This strategy should be used only for regions that have few write operations and a high expiration time. It is recommended
821821
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>
823823
has to be provided (see <literal>cache.region_strategy_factory</literal> setting), where the strategy is created with a custom
824824
<literal>RegionMemoryCacheBase</literal> implementation. This strategy has additional settings:
825825
<varlistentry>
@@ -893,13 +893,6 @@
893893
Defaults to <literal>NHibernate.Caches.StackExchangeRedis.DefaultConnectionMultiplexerProvider</literal>.
894894
</listitem>
895895
</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>
903896
<varlistentry>
904897
<term><literal>cache.database_provider</literal></term>
905898
<listitem>

0 commit comments

Comments
 (0)