public class CacheKeyFactory extends CacheKeyFactory
_rcsid
Modifier | Constructor and Description |
---|---|
protected |
CacheKeyFactory() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
makeAuthorityConnectionKey(java.lang.String connectionName)
Construct a key which represents an individual authority connection.
|
static java.lang.String |
makeAuthorityConnectionsKey()
Construct a key which represents the general list of authority connectors.
|
static java.lang.String |
makeAuthorityGroupKey(java.lang.String groupName)
Construct a key which represents an individual authority group.
|
static java.lang.String |
makeAuthorityGroupsKey()
Construct a key which represents the general list of authority groups.
|
static java.lang.String |
makeMappingConnectionKey(java.lang.String connectionName)
Construct a key which represents an individual mapping connection.
|
static java.lang.String |
makeMappingConnectionsKey()
Construct a key which represents the general list of mapping connectors.
|
makeDatabaseKey, makeDatabaseKey, makeTableKey
public static java.lang.String makeAuthorityGroupsKey()
public static java.lang.String makeAuthorityGroupKey(java.lang.String groupName)
groupName
- is the name of the group.public static java.lang.String makeAuthorityConnectionsKey()
public static java.lang.String makeAuthorityConnectionKey(java.lang.String connectionName)
connectionName
- is the name of the connection.public static java.lang.String makeMappingConnectionsKey()
public static java.lang.String makeMappingConnectionKey(java.lang.String connectionName)
connectionName
- is the name of the connection.