PCRuntimeCacheController.buildCacheKey Method [AX 2012]

Builds the key used for identifying the cached entry

private container buildCacheKey(
    str _enumDefinitionId, 
    str _dataAreaId, 
    str _languageId)

Run On

Server

Parameters

_enumDefinitionId
Type: str
Identifier of the enum
_dataAreaId
Type: str
Data area for which the data is cached
_languageId
Type: str
Language identifier for the data

Return Value

Type: container
Cache key

Community Additions

ADD
Show: