nhibernatecachingcastle-activerecordfirst-level-cache

Is first level cache enabled in my Castle ActiveRecord based application?


I have a simple level ASP.NET web application based on Castle ActiveRecord. How can I determine if first level cache is enabled within it or not?


Solution

  • First level cache can never be disabled. It's always on.