Namespace Alachisoft.NCache.EntityFrameworkCore
Classes
Cache
A class that provides methods to perform cache-level operations. Each instance of this class is binded with a database context object.
CachingOptions
This class represents the cache options applied to a certain item/result set, before inserting it into the cache. These caching options include adding a QueryIdentifier against the query result set, creating a DB dependency, setting item expiration time, etc.
DbContextExtensions
A database context class, providing extension methods for Entity Framework Core.
NCacheConfiguration
This class is used to configure NCache for caching Entity Framework query result sets.
QueryCacheExtensions
A static class that contains extension methods for caching entity framework query result sets.
Enums
StoreAs
Specifies how to store result set in cache