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.
|
public RegistryCacheEntry(int pathId)
pathId
- the identifier of the path.public RegistryCacheEntry(String pathValue)
pathValue
- the path.public int getPathId()
public String getPath()
Copyright © 2015 WSO2 Inc. All Rights Reserved.