NHibernate 2nd level caching with AppFabric
Asked Answered
M

2

5

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 anyone already had some production experience of using it and if they knew of any particular tips or problems?

Meandrous answered 27/7, 2010 at 11:47 Comment(0)
W
5

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.

Whetstone answered 27/7, 2010 at 12:41 Comment(2)
We use it. Apart from the issue @Whetstone mentioned it should be fine.Yoga
@Whetstone given this as answer but long given up on app fabric. assuming ms have absorbed most of it into azure somewhere but not explored. you using it still?Meandrous
C
0

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.

Controller answered 13/4, 2012 at 10:34 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.