Alachisoft.NCache.EF61 by Alachisoft

<PackageReference Include="Alachisoft.NCache.EF61" Version="5.0.2" />

 Alachisoft.NCache.EF61 5.0.2

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. This NCache EntityFramework Provider NuGet package includes database provider to be used with Entity Framework 6.1 to connect with NCache.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Alachisoft.NCache.EF61</id>
    <version>5.0.2</version>
    <title>NCache EntityFramework Provider</title>
    <authors>Alachisoft</authors>
    <owners>Alachisoft</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>http://www.alachisoft.com/license-agreements.html</licenseUrl>
    <projectUrl>http://www.alachisoft.com/ncache/</projectUrl>
    <iconUrl>http://www.alachisoft.com/images/ext-logos/nuget/ncache-insignia-logo-155X155.png</iconUrl>
    <description>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. 
			This NCache EntityFramework Provider NuGet package includes database provider to be used with Entity Framework 6.1 to connect with NCache.</description>
    <copyright>Copyright 2005-2019 Alachisoft. All rights reserved.</copyright>
    <tags>NCache EntityFramework Alachisoft 6.1</tags>
    <dependencies>
      <group targetFramework=".NETFramework4.0">
        <dependency id="Alachisoft.NCache.SDK" version="5.0.2" />
        <dependency id="EntityFramework" version="6.1.3" />
      </group>
    </dependencies>
  </metadata>
</package>