public class RegistryCacheEntry extends Object implements Serializable
Constructor and Description |
---|
RegistryCacheEntry(int pathId)
Creates a new entry to be cached.
|
RegistryCacheEntry(String pathValue)
Creates a new entry to be cached.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Method to obtain the path.
|
int |
getPathId()
Method to obtain the identifier of the path.
|
public RegistryCacheEntry(int pathId)
pathId
- the identifier of the path.public RegistryCacheEntry(String pathValue)
pathValue
- the path.public int getPathId()
public String getPath()
Copyright © 2019 WSO2 Inc. All Rights Reserved.