NHibernate 2nd Level Cache Contamination with Incorrect Group Data in QueryOver
TLDR Trying to understand why second level cache stores user as having a single group in the groups collection after calling a method that uses left join. Overview I’m encountering an issue with NHibernate’s second-level cache when retrieving users and their associated groups. When I call the GetUsersByDomain method it will return only users associated […]