Skip to content

Commit bd62a9b

Browse files
committed
Minor corrections
1 parent 25eb7d3 commit bd62a9b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/reference/modules/nhibernate_caches.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -754,10 +754,10 @@
754754
<listitem>
755755
<literal>NHibernate.Caches.StackExchangeRedis.TwoLayerCacheRegionStrategy</literal>
756756
<para>
757-
A strategy that extends <literal>NHibernate.Caches.StackExchangeRedis.DefaultRegionStrategy</literal> and uses
758-
an additional local memory cache for faster readings. The local caches are invalidated by using Redis pubsub mechanism.
757+
Extends <literal>NHibernate.Caches.StackExchangeRedis.DefaultRegionStrategy</literal> and uses
758+
an additional local memory cache for faster readings. The local caches are invalidated by using Redis pub/sub mechanism.
759759
This strategy should be used only for regions that have few write operations and a high expiration time.
760-
This strategy has additional settings:
760+
This strategy inherits additional settings from <literal>DefaultRegionStrategy</literal> and also has its own settings:
761761
<varlistentry>
762762
<term><literal>cache.region_strategy.two_layer_cache.use_pipelining</literal></term>
763763
<listitem>
@@ -784,8 +784,8 @@
784784
<listitem>
785785
<literal>NHibernate.Caches.StackExchangeRedis.FastTwoLayerCacheRegionStrategy</literal>
786786
<para>
787-
A strategy that extends <literal>NHibernate.Caches.StackExchangeRedis.FastRegionStrategy</literal> and uses
788-
an additional local memory cache for faster readings. The local caches are invalidated by using Redis pubsub mechanism.
787+
Extends <literal>NHibernate.Caches.StackExchangeRedis.FastRegionStrategy</literal> and uses
788+
an additional local memory cache for faster readings. The local caches are invalidated by using Redis pub/sub mechanism.
789789
This strategy does not support <literal>ICache.Clear</literal> operation and should be used only for regions that have
790790
few write operations and a high expiration time. This strategy has additional settings:
791791
<varlistentry>
@@ -814,7 +814,7 @@
814814
<listitem>
815815
<literal>NHibernate.Caches.StackExchangeRedis.DistributedLocalCacheRegionStrategy</literal>
816816
<para>
817-
Uses only a memory cache to store the values and uses Redis pubsub mechanism to synchronize data between other local caches.
817+
Uses only a memory cache to store the values and uses Redis pub/sub mechanism to synchronize data between other local caches.
818818
The synchronization between caches is done by comparing the UTC <literal>DateTime.Ticks</literal>, which represent when the
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

0 commit comments

Comments
 (0)