TIBCO BusinessEvents™ Enterprise Suite
Standard
Coherence
Coherence
.
C_CacheName()
Signature
Sring C_CacheName(String entityPath)
Domain
action, condition, query
Description
Returns the cache name for the specified
entityPath
Parameters
Name
Type
Description
entityPath
String
Full path of the entity model
Returns
Type
Description
String
Cache name
Cautions
none
Example
String cName = CoherenceFunctions.C_CacheName("/Concepts/Customer");