Cluster.DataGrid.CacheName()

Signature

String 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
StringThe cache name matching the entityPath

Cautions

none

Example


String cName = CoherenceFunctions.CacheName($1/Concepts/Customer$1);