public interface MaximoCache
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the cache object.
|
void |
init()
Initialize the cache object.
|
void |
reload()
Reloads the cache object.
|
void |
reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void init() throws MXException
MXException
void reload() throws MXException
MXException
void reload(java.lang.String key) throws MXException
key
- MXException
java.lang.String getName()