NHibernate 2nd level caching with AppFabric

后端 未结 2 1234
不知归路
不知归路 2021-01-03 04:59

Has anyone used AppFabric for their second level caching?

I know it\'s to follow the same api as for Velocity (nhibernate.caches.velocity) but wanted to know if anyo

相关标签:
2条回答
  • 2021-01-03 05:05

    The only problem I'm currently aware of is what was covered in this question, that the references in the Velocity cache code are out of date and need updating to the AppFabric v1 release assemblies.

    0 讨论(0)
  • 2021-01-03 05:10

    I haven't used AppFabric as second level cache but I've used NCache as second level cache for Nhibernate and results were quite satisfactory.By default NHibernation provides a stand alone InProc (in process) first-level (L1) cache, or session-level cache. However in addition, , NHibernate also supports a second-level cache to be plugged in to exploit the benefits of a sophisticated enterprise-grade caching infrastructure.

    0 讨论(0)
提交回复
热议问题