|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.caching.RegistryCacheEntry
public class RegistryCacheEntry
The container class for the cache entry used in the registry kernel
Constructor Summary | |
---|---|
RegistryCacheEntry(int pathId)
Creates a new entry to be cached. |
|
RegistryCacheEntry(String pathValue)
Creates a new entry to be cached. |
Method Summary | |
---|---|
String |
getPath()
Method to obtain the path. |
int |
getPathId()
Method to obtain the identifier of the path. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegistryCacheEntry(int pathId)
pathId
- the identifier of the path.public RegistryCacheEntry(String pathValue)
pathValue
- the path.Method Detail |
---|
public int getPathId()
public String getPath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |