Enquire Now

Tags: nhibernate-caches

A cache is a place where entities are kept after being loaded from the database; once cached, they can be retrieved without going to the database. This means that they are faster to (re)load. NHibernate has first-level cache which belongs to a given session and second-level cache which can even use distributed cache provider.

0 Questions