nHibernate Entity Caching
Posted: Wed 03 Aug 2011 04:49
I'm no expert on second level entity caching in nHibernate so was reading this article this morning on how to implement it:
http://nhforge.org/blogs/nhibernate/arc ... cache.aspx
The part the interested me was
Am I missing something! Have you got any samples on how to implement entity caching.
http://nhforge.org/blogs/nhibernate/arc ... cache.aspx
The part the interested me was
I looked at one of my model classes and couldn't see any settings for this.To enable caching on the entity level, add the following property right below the class definition in the Product.hbm.xml file:
Am I missing something! Have you got any samples on how to implement entity caching.