Documentation and examples are available at www.nhforge.org Any feedback or issue can be sent to NHibernate user group(http://groups.google.com/group/nhusers) and will be greatly anticipated.
Up-to-date source code available at GitHub Website
Website: https://github.com/nhibernate/NHibernate-Caches/
NHibernate is able to use external caching plugins to minimize the access to the database and improve the performance. The NHibernate Contrib contains several packages to work with different caching servers and frameworks. It's recommended to research for a while before deciding which one is better for you, since some providers require installing adicional services (which provides an awesome performance, but might be harder to install in some scenarios)
- Breaking changes
- All chache provider works with .NET3.5
** Improvement * [NHCH-24] - Strong naming and signing assemblies * [NHCH-26] - NHibernate.Caches.Memcached updated to use Enyim.Caching.Memcached * [NHCH-28] - Remove dependency to any logging framework
** Bug * [NHCH-27] - MemCache provider fails to delete item from cache if server is memcached 1.4.4
** Improvement * [NHCH-21] - Allow mnemonic values for priority
** Patch * [NHCH-19] - Duplicate expiration property handling in MemCacheClient * [NHCH-22] - Enable read of cache.default_expiration from NH configuration
- In the last release (2.0.0.RC1) there was an error in the documentation about the NH version, this release fixes that minor bug.