2
When searching for cache within Nhibernate, I found that there are two levels of cache that can be used, the first level and the second level. I found articles with implementations of both types and everything, but I’d like to know what the real difference is between the two. Why choose one or the other?
in English: http://stackoverflow.com/questions/337072/what-is-first-and-second-level-caching-in-hibernate
– Victor Martins
In this link, the author gives an idea of when to use the second cache: http://blog.streamlinelogic.ca/2007/03/nhibernate-cache.html
– Victor Martins