Tagged Questions
2
votes
0answers
185 views
NHibernate QueryCache in Multiuser-Environment
For our web-application (ASP.NET) we're using Fluent NHibernate (2.1.2) with 2nd-Level caching not only for entities, but also for queries (generating queries with the criteria API). We're using the ...