Hello, I am looking into distributing nhibernate reads over multiple slave databases, using a load balancer on a single virtual IP. Is this going to wreak havoc on nhibernate caching? If an entity is cached from a read on slave 1, and I try to read the same entity on slave 2, will I get the cached version, or will I hit the slave 2 database ?
Thanks!
