NHibernate 2.1.1.4000 的 NHibernate 二级缓存提供程序
我正在使用 s#arp,它是针对 NHibernate 2.1.1.4000 构建的,但是我想使用 NHibernate.Caches.SysCache 作为我的二级缓存。然而,Nhibernate contrib 缓存是针对 NHibernate 2.1.2.4000 构建的,这显然给我带来了问题。
任何人都可以向我指出一个可以下载针对 NHibernate 2.1.1.4000 构建的 NHibernate.Caches.SysCache.dll 的 URL
或者是否有另一个易于实现且针对 NHibernate 2.1.1.4000 构建的二级缓存提供程序
谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我将从 nhforge.org 更新到 NHibernate 核心和 NHCache 的 2.1.2 版本,并使用程序集绑定重定向来更新 s#arp 引用。
I would update to the 2.1.2 build of NHibernate core and NHCache from nhforge.org, and use an assembly binding redirect to update the s#arp reference.
S#arp Architecture 1.5.2 现在支持 NHibernate 2.1.2.4000。如果您可以迁移到 MVC 2,则可以升级到此版本。
S#arp Architecture 1.5.2 supports NHibernate 2.1.2.4000 out of the box now. If you can move to MVC 2, you can upgrade to this version.