MappingKey
public
MappingKey(keyComponents
:
String...)
Instantiates a new key using compound key components. A key can consist of a single string (e.g. product id) or
multiple string components (e.g. product id and site). Ctor accepts single string or multiple components for a
compound key.
Parameters:
keyComponents
-
the key components