Coherence.C_CacheLoadConceptsByExtId()

Signature

Object[] C_CacheLoadConceptsByExtId(String[] extIds)

Domain

action

Description

Retrieve Concepts from the Cache whose extIds are specified.

Parameters

NameTypeDescription
String[]extIds

Returns

TypeDescription
ObjectAn object array of size 2. The first element is either null or a non-empty array of Concepts that were found in the Cache. The second element is either null or a non-empty array of ExtId Strings of the Concepts that were not found in the Cache.

Cautions

none