Skip to content

Commit ae03161

Browse files
authored
Remove mentions of Prevalence cache from documentation (#3532)
1 parent 07c0502 commit ae03161

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

doc/reference/modules/nhibernate_caches.xml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@
4343
<para>
4444
Several cache providers have been contributed by NHibernate users:
4545
<variablelist>
46-
<varlistentry>
47-
<term><classname>NHibernate.Caches.Prevalence</classname></term>
48-
<listitem>
49-
<para>
50-
Uses <classname>Bamboo.Prevalence</classname> as the cache provider. Open the
51-
file <filename>Bamboo.Prevalence.license.txt</filename> for more information about its license;
52-
you can also visit its <ulink url="http://bbooprevalence.sourceforge.net/">website</ulink>. This
53-
provider is available for the .Net Framework only. Also see <xref linkend="NHibernate.Caches.Prevalence" />.
54-
</para>
55-
</listitem>
56-
</varlistentry>
5746
<varlistentry>
5847
<term><classname>NHibernate.Caches.SysCache</classname></term>
5948
<listitem>
@@ -158,8 +147,7 @@
158147
<listitem>
159148
<para>
160149
Choose the cache provider you want to use and copy its assembly in your assemblies directory.
161-
(For example, <filename>NHibernate.Caches.Prevalence.dll</filename> or
162-
<filename>NHibernate.Caches.SysCache.dll</filename>.)
150+
(For example, <filename>NHibernate.Caches.SysCache.dll</filename>.)
163151
</para>
164152
</listitem>
165153
<listitem>
@@ -279,19 +267,6 @@
279267
</para>
280268
</section>
281269

282-
<section id="NHibernate.Caches.Prevalence">
283-
<title>Prevalence Cache Configuration</title>
284-
<para>
285-
There is only one configurable parameter: <literal>prevalenceBase</literal>. This is the directory on the
286-
file system where the Prevalence engine will save data. It can be relative to the current directory or a
287-
full path. If the directory doesn't exist, it will be created.
288-
</para>
289-
<para>
290-
The <literal>prevalenceBase</literal> setting can only be set programmatically through the NHibernate
291-
configuration object, by example with <literal>Configuration.SetProperty</literal>.
292-
</para>
293-
</section>
294-
295270
<section id="NHibernate.Caches.SysCache">
296271
<title>SysCache Configuration</title>
297272
<para>

doc/reference/modules/performance.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -709,13 +709,6 @@ using(var iter = session
709709
<entry></entry>
710710
<entry>yes</entry>
711711
</row>
712-
<row>
713-
<entry>Prevalence Cache</entry>
714-
<entry><literal>NHibernate.Caches.Prevalence.PrevalenceCacheProvider, NHibernate.Caches.Prevalence</literal></entry>
715-
<entry>memory, disk</entry>
716-
<entry></entry>
717-
<entry>yes</entry>
718-
</row>
719712
</tbody>
720713
</tgroup>
721714
</table>
@@ -877,12 +870,6 @@ using(var iter = session
877870
<entry>yes</entry>
878871
<entry>yes</entry>
879872
</row>
880-
<row>
881-
<entry>PrevalenceCache</entry>
882-
<entry>yes</entry>
883-
<entry>yes</entry>
884-
<entry>yes</entry>
885-
</row>
886873
</tbody>
887874
</tgroup>
888875
</table>

0 commit comments

Comments
 (0)