diff --git a/doc/reference/modules/nhibernate_caches.xml b/doc/reference/modules/nhibernate_caches.xml index 3b3c1f5c0b7..74877aec459 100644 --- a/doc/reference/modules/nhibernate_caches.xml +++ b/doc/reference/modules/nhibernate_caches.xml @@ -43,17 +43,6 @@ Several cache providers have been contributed by NHibernate users: - - NHibernate.Caches.Prevalence - - - Uses Bamboo.Prevalence as the cache provider. Open the - file Bamboo.Prevalence.license.txt for more information about its license; - you can also visit its website. This - provider is available for the .Net Framework only. Also see . - - - NHibernate.Caches.SysCache @@ -158,8 +147,7 @@ Choose the cache provider you want to use and copy its assembly in your assemblies directory. - (For example, NHibernate.Caches.Prevalence.dll or - NHibernate.Caches.SysCache.dll.) + (For example, NHibernate.Caches.SysCache.dll.) @@ -279,19 +267,6 @@ -
- Prevalence Cache Configuration - - There is only one configurable parameter: prevalenceBase. This is the directory on the - file system where the Prevalence engine will save data. It can be relative to the current directory or a - full path. If the directory doesn't exist, it will be created. - - - The prevalenceBase setting can only be set programmatically through the NHibernate - configuration object, by example with Configuration.SetProperty. - -
-
SysCache Configuration diff --git a/doc/reference/modules/performance.xml b/doc/reference/modules/performance.xml index f44a5f6a9f8..2ac0cc800ba 100644 --- a/doc/reference/modules/performance.xml +++ b/doc/reference/modules/performance.xml @@ -709,13 +709,6 @@ using(var iter = session yes - - Prevalence Cache - NHibernate.Caches.Prevalence.PrevalenceCacheProvider, NHibernate.Caches.Prevalence - memory, disk - - yes - @@ -877,12 +870,6 @@ using(var iter = session yes yes - - PrevalenceCache - yes - yes - yes -