Entity Framework (EF) Core Cache
ADO.NET Entity Framework is a popular object-relational mapping framework. It abstracts the underlying relational data stored in a database and presents its conceptual schema to the application layer. This eliminates the need to write any database persistence code.
Note
This feature is also available in NCache Professional.
Entity Framework Core is used by most high transaction applications where scalability and performance are non-negotiable. However, in such critical cases, the database quickly becomes a bottleneck, as the database tier does not support adding more servers. To achieve this scalability, NCache provides extension methods for Entity Framework Core to configure EFCore Cache.
In This Section
Entity Framework (EF) Core Installation
Explains the prerequisites and NuGet packages necessary for installing EF Core in your application.
Configure NCache with EF Core
Explains how to configure EF Core with NCache and the various configuration options provided by NCache.
Using EF Core Extension Methods with NCache
Explains how to use the EF Core extension methods with NCache and its supported APIs with EFCore Cache.
Logging in EF Core Extension Methods
Explains the logging mechanism for EF Core Cache.