Hi, I have recently introduced second level cache in my existing product and testing it. It seems second level cache does not refresh the parent-child 'relationship' if I add a new child. Parent and Child are related with each other through one-to-many relationship and parent has list of children. So when I save a new Child, it gets saved into database correctly but after saving that Child when I access Parent.Children, the newly added child does not get reflected until I manually reload (i.e. refresh) Parent from database. Is it expected behavior of Second level cache or I am missing some setting to take care of relationship whenever any entity is saved?
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
