public class CacheKeyFactory extends CacheKeyFactory
Modifier | Constructor and Description |
---|---|
protected |
CacheKeyFactory() |
Modifier and Type | Method and Description |
---|---|
static String |
makeOutputConnectionKey(String connectionName)
Construct a key which represents an individual output connection.
|
static String |
makeOutputConnectionsKey()
Construct a key which represents the general list of output connectors.
|
static String |
makeTransformationConnectionKey(String connectionName)
Construct a key which represents an individual transformation connection.
|
static String |
makeTransformationConnectionsKey()
Construct a key which represents the general list of transformation connectors.
|
makeDatabaseKey, makeDatabaseKey, makeTableKey
public static final String _rcsid
public static String makeOutputConnectionsKey()
public static String makeOutputConnectionKey(String connectionName)
connectionName
- is the name of the connector.public static String makeTransformationConnectionsKey()