Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NHibernate 2nd level caching with AppFabric

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?

like image 411
dove Avatar asked Jul 27 '10 11:07

dove


1 Answers

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.

like image 94
PhilPursglove Avatar answered Sep 28 '22 06:09

PhilPursglove