Suppose I use an in-process 2nd level cache in a web farm, and one of the 
servers attempts to update an object from that same cache while the server 
has already updated that object in the background. Now suppose we use 
optimistic concurrency using a version column and the update causes a 
StaleObjectStateException. Does that automatically invalidate the second 
level cache? In other words, if I would retry the entire operation using a 
new session, would it load the actual entity from the database the second 
time?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"nhibernate-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to