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