Hi! Is it any possible to query the NHibernate cache to find whether my object is there or no?
Thank you!
Hi! Is it any possible to query the NHibernate cache to find whether my object is there or no?
Thank you!
First level (session) cache? ISession.Contains(object obj)
.