Info
Version: | 4.6.3 |
Author(s): | Alachisoft |
Last Update: | Wednesday, May 17, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://www.alachisoft.com/ncache/ |
NuGet Url: | https://www.nuget.org/packages/NC-NHibernateCachingProvider |
Install
Install-Package NC-NHibernateCachingProvider
dotnet add package NC-NHibernateCachingProvider
paket add NC-NHibernateCachingProvider
NC-NHibernateCachingProvider Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 2.0
- NHibernate(>= 3.3.1.4000)
- NHibernate(>= 3.3.1.4000)
Tags
As you know, if your application is using NHibernate and running in a multi-server environment, the NHibernate stand-alone cache won't work because it does not synchronize the cache across multiple servers. However, NCache provides a distributed cache and fills in this need for NHibernate.
NC-NHibernateCachingProvider requires NCache 4.6 to work.