Object[] CacheLoadConceptsByExtId(String[] extIds)
Object[] CacheLoadConceptsByExtId(String[] extIds)
Name | Type | Description |
---|---|---|
extIds | String[] |
Type | Description |
---|---|
Object | An 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. |