EntityFramework6.NCache
5.0.3
EntityFramework.NCache Provider NuGet package includes database provider to be used with Entity Framework 6 to connect with NCache. NCache is an extremely fast and scalable in-memory distributed cache that removes performance bottlenecks related to data storage and databases. NCache lets you cache your application data for different .NET applications.
Install-Package EntityFramework6.NCache -Version 5.0.3
dotnet add package EntityFramework6.NCache --version 5.0.3
<PackageReference Include="EntityFramework6.NCache" Version="5.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFramework6.NCache --version 5.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EntityFramework6.NCache, 5.0.3"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install EntityFramework6.NCache as a Cake Addin
#addin nuget:?package=EntityFramework6.NCache&version=5.0.3
// Install EntityFramework6.NCache as a Cake Tool
#tool nuget:?package=EntityFramework6.NCache&version=5.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.0
- Alachisoft.NCache.SDK (>= 5.0.3)
- EntityFramework (>= 6.1.3 && <= 6.4.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.