After I execute my custom Insert query
something like

var sql = "SomeInsertStatement";
Session.CreateSQLQuery(sql).ExecuteUpdate()

then everything in my second level cache got evicted immediately. I first
notice that my second level cache stop working after I added my custom
insert statement inside NHProf. So I turn on tracing and just I guessed,
everything in the second level cache got invalidate.

 It kinda make sense but is there a way for me to disable this behavior? Or
tune it so it only invalidate certain region and not everything?

-- 
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.

Reply via email to