Using EF Core Extension Methods
The following section explains NCache supported APIs for EF Core Caching. These include LINQ APIs, and cache-only APIs, and provide flexibility for specifying caching options.
Note
This feature is also available in NCache Professional.
This section will provide a guide on using NCache with EFCore extension methods.
In This Section
EF Core Extension Methods: LINQ API
Explains and provides examples for the LINQ APIs supported by the EF Core Extension Methods.
Cache Handle from EF Core Context
Explains and provides examples of how to insert and remove items from the cache using the cache handle.
EF Core Extension Methods: Caching Options
Describes the options to configure the cache and cache items using NCache’s caching features like Expiration.
EF Core Extension Methods: Query Deferred API
Explains and provides examples for Query Deferred APIs supported by the EF Core Extension Methods.