Hi, I did some test about caching management into Nhibernate. I have a basic object containing a collection. Example : Company containing employees.
Company X has 50 employees. I make company and employe objects cache aware by enabling cache non strict read write L2. Digging into Nhibernate cache log, I see 51 cache get to read company info. Is there a way to have less GET (2 o 3) to read this piece of information ? By creation my own persister ? making collection of composite ? what about serialization ? Thks -- You received this message because you are subscribed to the Google Groups "nhusers" group. To view this discussion on the web visit https://groups.google.com/d/msg/nhusers/-/GA85ztm9edsJ. 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.
