Using NCache EF Core Extension Methods
Note
This feature is available in NCache Enterprise and Professional editions.
The following section explains NCache’s supported APIs for EF Core Caching. These include LINQ APIs, cache only APIs, and provides flexibility for specifying caching options.
In This Section
EF Core Extension Methods : LINQ API
Explains and provides examples for the LINQ APIs supported by EF Core Extension Methods.
Cache Handle from EF Core Context
Explains and provides examples as to how to Insert and Remove items from 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 EF Core
Extension Methods.