TIBCO BusinessEvents™
Standard
Cluster
DataGrid
Cluster.DataGrid
.
CacheName()
Signature
String CacheName(String entityPath)
Domain
ACTION, CONDITION, QUERY, BUI
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
The cache name matching the
entityPath
Cautions
none
Example
String cName = Cluster.DataGrid.CacheName($1/Concepts/Customer$1);