File tree Expand file tree Collapse file tree 2 files changed +1
-39
lines changed Expand file tree Collapse file tree 2 files changed +1
-39
lines changed Original file line number Diff line number Diff line change 43
43
<para >
44
44
Several cache providers have been contributed by NHibernate users:
45
45
<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 >
57
46
<varlistentry >
58
47
<term ><classname >NHibernate.Caches.SysCache</classname ></term >
59
48
<listitem >
158
147
<listitem >
159
148
<para >
160
149
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 >.)
163
151
</para >
164
152
</listitem >
165
153
<listitem >
279
267
</para >
280
268
</section >
281
269
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
-
295
270
<section id =" NHibernate.Caches.SysCache" >
296
271
<title >SysCache Configuration</title >
297
272
<para >
Original file line number Diff line number Diff line change @@ -709,13 +709,6 @@ using(var iter = session
709
709
<entry ></entry >
710
710
<entry >yes</entry >
711
711
</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 >
719
712
</tbody >
720
713
</tgroup >
721
714
</table >
@@ -877,12 +870,6 @@ using(var iter = session
877
870
<entry >yes</entry >
878
871
<entry >yes</entry >
879
872
</row >
880
- <row >
881
- <entry >PrevalenceCache</entry >
882
- <entry >yes</entry >
883
- <entry >yes</entry >
884
- <entry >yes</entry >
885
- </row >
886
873
</tbody >
887
874
</tgroup >
888
875
</table >
You can’t perform that action at this time.
0 commit comments