The nhibernate doco states that the provider class "NHibernate.Caches.Prevalence.PrevalenceCacheProvider, NHibernate.Caches.Prevalence" https://www.hibernate.org/hib_docs/nhibernate/1.2/reference/en/html is used to use the prevalence cache. performance.html # performance-cache
Where can I doanload the assembly that contains this type?
According to doco ( https://www.hibernate.org/hib_docs/nhibernate/1.2/reference/en/html/caches.html ) it can be obtained from http://bbooprevalence.sourceforge.net/ . But I downloaded Bamboo.Prevalence-1.4.4.4 and could not find the cache builds.
thanks
it turns out that he is part of NHContrib
http://sourceforge.net/projects/nhcontrib/
Source: https://habr.com/ru/post/1709569/More articles:How to connect static libraries when creating an R package - gccHow to store raw binary data hashes in MySQL? - phpWhat are the pros and cons of Git and Hg Version Control System? - gitAutomatically using table foreign key constraints - .netIs there a way in Linq to apply different calculations based on different conditions - c #jQuery POST does not change IsPostback variable - jqueryC - Неправильная комбинация указателя/целого в strftime() - cHow to save html while parsing xml using jQuery - jqueryTransferring data between sqlite databases - linuxHow to make mysql accept external connections - mysqlAll Articles