NHibernate 2nd level cache provider for NHibernate 2.1.1.4000
Posted
by Rippo
on Stack Overflow
See other posts from Stack Overflow
or by Rippo
Published on 2010-02-20T15:49:06Z
Indexed on
2010/06/18
16:13 UTC
Read the original article
Hit count: 247
I am using s#arp which is built against NHibernate 2.1.1.4000, However I would like to use NHibernate.Caches.SysCache as my second level cache. However the Nhibernate contrib caches are built against NHibernate 2.1.2.4000 which obviously gives me a problem.
Can anyone point me to a URL that I can download NHibernate.Caches.SysCache.dll that is built against NHibernate 2.1.1.4000
Or is there another 2nd level cache provider that is easy to implement and is built against NHibernate 2.1.1.4000
Thanks
© Stack Overflow or respective owner