MayzzSoft.EntityCache 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package MayzzSoft.EntityCache --version 1.0.1
NuGet\Install-Package MayzzSoft.EntityCache -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MayzzSoft.EntityCache" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MayzzSoft.EntityCache --version 1.0.1
#r "nuget: MayzzSoft.EntityCache, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MayzzSoft.EntityCache as a Cake Addin
#addin nuget:?package=MayzzSoft.EntityCache&version=1.0.1

// Install MayzzSoft.EntityCache as a Cake Tool
#tool nuget:?package=MayzzSoft.EntityCache&version=1.0.1

EntityCache is a cache management mechanism to allow caching of data on large and resource-intensive queries.

To use it you have to inscribe it by specifying a string connexion.

The connection chain must not be an Entity Framework Database First connection chain, only connection chains based on Code First work.

If your connection string is based on Database First, make a copy from your web.config file by replacing providerName = "System.Data.EntityClient" by providerName = "System.Data.SqlClient" and removing the invalid attributes of the connection chain (metadata, MultipleActiveResultSets, App).

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 607 2/13/2020
1.0.3 495 2/11/2020
1.0.2 484 2/11/2020
1.0.1 499 2/10/2020

Performance improvement.