|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.caching.RegistryCacheKey
public class RegistryCacheKey
The container class for the cache key used in the registry kernel
Constructor Summary | |
---|---|
RegistryCacheKey(String path,
int tenantId,
String connectionURL)
Creates a new key for an entry to be cached. |
Method Summary | |
---|---|
boolean |
equals(Object key)
|
String |
getPath()
Method to obtain resource path on cache key. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryCacheKey(String path, int tenantId, String connectionURL)
path
- the resource path.tenantId
- the tenant identifier.connectionURL
- the JDBC connection URL.Method Detail |
---|
public String getPath()
public boolean equals(Object key)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |