Class KeyGenerator
Abstract class that defines the method required to generate keys.
Inheritance
System.Object
KeyGenerator
Namespace:
Assembly: Alachisoft.NCache.EntityFrameworkCore.dll
Syntax
public abstract class KeyGenerator : object
Methods
Name | Description |
---|---|
GetKey(DbContext, Object) | Generates the cache key for the entity specified. |