Using NCache EF Core Caching Provider
Note
This feature is available in NCache Enterprise and Professional editions.
The following section explains NCache’s supported APIs for EF Core Caching Provider. These include LINQ APIs, cache only APIs, and provides flexibility for specifying caching options.
In This Section
EF Core Caching Provider: Caching Options
Describes the options to configure the cache and cache items using NCache’s
caching features like expiration.
EF Core Caching Provider : LINQ API
Explains and provides examples for the LINQ APIs supported by EF Core Caching
Provider.
Cache Class for EF Core Caching Provider
Explains and provides examples for Cache Class API supported by EF Core Caching
Provider which perform operations only within the cache and not the data source.
EF Core Caching Provider: Query Deferred API
Explains and provides examples for Query Deferred APIs supported by EF Core
Caching Provider.