entityDefinitionCache
| Generic types: | T | 
This registers the adapter for the entity definition.
See Also
EntityDefinition
Presentation
function entityDefinitionCache (
  featureName: string,
  entityName: string,
  entityDefinition?: SmartEntityDefinition <T> | undefined,
): SmartValidatedEntityDefinition <T>;Returns
Parameters
| Name | Type | Description | 
|---|---|---|
| featureName | string | the feature the entity belongs to  | 
| entityName | string | the entity name to register the adapter for  | 
| entityDefinition |  | the   |