NHibernate Caches 2.1.0GA was released today. Download NHibernate Caches 2.1.0GA . Enjoy it together with NHibernate2.1.0GA.
[ My blog ] Perhaps not so many people know in how many ways NH can be configured since NH2.0.0. In this post I’ll try to summarize some one before implement Loquacious configuration in NH3.0.0. Xml (default) The xml way is the most common used so only some little notes are needed here. Inside...
NHibernate Caches 2.1.0CR1 was released today. Download NHibernate Caches 2.1.0CR1 . Enjoy it together with NHibernate2.1.0.
NHibernate Caches 2.1.0Beta1 was released today. Download NHibernate Caches 2.1.0Beta1 . Enjoy it together with NHibernate2.1.0.
NHibernate Caches 2.1.0Alpha1 was released today. Download NHibernate Caches 2.1.0Alpha1 . Enjoy it together with NHibernate2.1.0.
NHibernate has a builtin support for caching. It sounds like a trivial feature at first, until you realize how significant it is that the underlying data access infrastructure already implements it. It means that you don’t have to worry about thread safety, propagating changes in a farm, built smart...
[From My Blog ] Before reading this post you should know something about QueryCache and its imply tuning NH. Resuming: Using IQuery .SetCacheable( true ) you can put/get the entirely result of a query from the cache. The cache is automatically invalidated when the query-space change (mean that the cache...
The first beta version of NHibernate.Caches is ready to be downloaded from SourceForge! ( Download ) To be honest, the most used caches haven't major changes, just some bug fixes, and a bit of refactoring. But, there are still some interesting things that make this version "a thing that every...