This might help http://ayende.com/blog/3112/nhibernate-and-the-second-level-cache-tips
On Monday, June 9, 2014 5:14:30 AM UTC-4, Marios wrote: > > Hi all, > > I did look through the code but I'm not entirely sure I have figured this > out. > > When is the second level cache for entities accessed for reads? > > - When returning results for a query? > - When a foreign key is accessed, does NH look in the second level cache > before creating a proxy? > - What if you have a proxy. Will NH look in the second level cache when it > tries to instantiate it? > > Thanks in advance, > Marios > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
