|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.core.interfaces.CacheKeyFactory
org.apache.manifoldcf.agents.interfaces.CacheKeyFactory
public class CacheKeyFactory
This class just represents a central place where cache keys are assembled. All methods are static.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Constructor Summary | |
|---|---|
protected |
CacheKeyFactory()
|
| Method Summary | |
|---|---|
static java.lang.String |
makeOutputConnectionKey(java.lang.String connectionName)
Construct a key which represents an individual output connection. |
static java.lang.String |
makeOutputConnectionsKey()
Construct a key which represents the general list of output connectors. |
| Methods inherited from class org.apache.manifoldcf.core.interfaces.CacheKeyFactory |
|---|
makeDatabaseKey, makeDatabaseKey, makeTableKey |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String _rcsid
| Constructor Detail |
|---|
protected CacheKeyFactory()
| Method Detail |
|---|
public static java.lang.String makeOutputConnectionsKey()
public static java.lang.String makeOutputConnectionKey(java.lang.String connectionName)
connectionName - is the name of the connector.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||