Alachisoft.NCache.OpenSource.SDK
5.0.5
Install-Package Alachisoft.NCache.OpenSource.SDK -Version 5.0.5
dotnet add package Alachisoft.NCache.OpenSource.SDK --version 5.0.5
<PackageReference Include="Alachisoft.NCache.OpenSource.SDK" Version="5.0.5" />
paket add Alachisoft.NCache.OpenSource.SDK --version 5.0.5
#r "nuget: Alachisoft.NCache.OpenSource.SDK, 5.0.5"
// Install Alachisoft.NCache.OpenSource.SDK as a Cake Addin
#addin nuget:?package=Alachisoft.NCache.OpenSource.SDK&version=5.0.5
// Install Alachisoft.NCache.OpenSource.SDK as a Cake Tool
#tool nuget:?package=Alachisoft.NCache.OpenSource.SDK&version=5.0.5
This NCache SDK NuGet package is a complete package for using NCache OpenSource from .NET Framework and .NET Core applications.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- Newtonsoft.Json (>= 11.0.2)
-
.NETStandard 2.0
- log4net (>= 2.0.8)
- Microsoft.Windows.Compatibility (>= 2.0.1)
- Neon.SshNet (>= 1.0.0)
- Newtonsoft.Json (>= 11.0.2)
- System.Data.Common (>= 4.3.0)
- System.IO.Pipelines (>= 4.5.0)
- System.Reflection.Emit (>= 4.3.0)
- System.Reflection.Emit.ILGeneration (>= 4.3.0)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Reflection.TypeExtensions (>= 4.5.1)
- System.Runtime (>= 4.3.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- System.Xml.XmlSerializer (>= 4.3.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Alachisoft.NCache.OpenSource.SDK:
Package | Downloads |
---|---|
Alachisoft.NCache.OpenSource.SessionStateProvider
Deploys the NCache Session State Provider Services in an ASP.NET web application for .NET Framework. The services include complete session management module to replace the default ASP.NET Framework session management with additional NCache exclusive features such as session locking that follows the flow of conventional ASP.NET session locking. |
|
NCache.Microsoft.Extensions.Caching.OpenSource
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using NCache OpenSource. This implementation of IDistributedCache can also be used for caching ASP.NET Core reponse. |
|
Alachisoft.NCache.OpenSource.SessionServices
Deploys the NCache Session Storage Services in an ASP.NET Core web application for .NET Framework and .NET Core. The services include complete session management module to replace the default ASP.NET Core session management with additional NCache exclusive features such as session locking that follows the flow of conventional ASP.NET session locking. The services also include an implementation of distributed cache to be used with the default session management of ASP.NET Core. |
|
AspNet.SessionState.NCache.OpenSource
This contains a custom ASP.NET session state provider using NCache OpenSource. |
|
Alachisoft.NCache.OpenSource.NHibernate
NCache provides a cache provider for NHibernate and transforms its stand-alone InProc cache into a distributed cache. 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. Alachisoft.NCache.NHibernate.OpenSource requires NCache 5.0 to work. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Alachisoft.NCache.OpenSource.SDK:
Repository | Stars |
---|---|
Alachisoft/NCache
NCache: Highly Scalable Distributed Cache for .NET
|