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