DevPinoy.org
A Filipino Developers Community

>>> First two to make 3 wins! <<<

NHibernate Caches
one my my officemate who haven't used NHibernate brought up the idea of caching of ORMs.  i have no idea about caching resultsets from the side of NHibernate until i consulted the docs.  Turns out that the caching feature is an addin to NHibernate (similar to the nullables).

Basically caching will be done internally by NHibernate and the client doesn't know about it on every calls to ICriteria.List() (or any other fetch methods).  about when and how this cache will be invalidated by NHibernate, i still have to dig a little.

Posted 08-23-2006 2:27 PM by jokiz
Filed under: , ,

Comments

Ofertas de Empleo wrote re: NHibernate Caches
on 11-22-2006 2:09 PM

Maybe need more information about concurrency problems.


Copyright DevPinoy 2005-2008