Coherence.C_CacheName()

Signature

String C_CacheName(String entityPath)

Domain

action, condition, query

Description

Returns the cache name for the specified entityPath

Parameters

NameTypeDescription
entityPathStringFull path of the entity model

Returns

TypeDescription
StringCache name

Cautions

none

Example


String cName = CoherenceFunctions.C_CacheName("/Concepts/Customer");