Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 2.0.1 |
Author(s): | Steffen Mangold |
Last Update: | Thursday, January 24, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SteffenMangold/EntityFrameworkCore.Cacheable |
NuGet Url: | https://www.nuget.org/packages/EntityFrameworkCore.Cacheable |
Install
Install-Package EntityFrameworkCore.Cacheable
dotnet add package EntityFrameworkCore.Cacheable
paket add EntityFrameworkCore.Cacheable
EntityFrameworkCore.Cacheable Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.2.0)
- Microsoft.Extensions.Caching.Memory(>= 2.2.0)
- System.Data.HashFunction.xxHash(>= 2.0.0)
Tags
It provides caching functionality for all types of query results.
Based on expression tree and parameters, the context decide rather to execute query against database or returning result from memory.