public class MasProdAndAppCache extends java.lang.Object implements MaximoCache
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MASPRODANDAPP
Name of the cache
|
Constructor and Description |
---|
MasProdAndAppCache() |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap |
getListOfProdAndApp() |
java.lang.String |
getName()
Returns the name of the cache object.
|
void |
init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
reload()
Reload cache.
|
void |
reload(java.lang.String key)
Reload the passed key.
|
public static final java.lang.String MASPRODANDAPP
public java.lang.String getName()
MaximoCache
getName
in interface MaximoCache
public void init() throws MXException
init
in interface MaximoCache
MXException
MaximoCache.init()
public void reload() throws MXException
reload
in interface MaximoCache
MXException
MaximoCache.reload()
,
MasProdAndAppCache.reloadCache()
public void reload(java.lang.String key) throws MXException
reload
in interface MaximoCache
MXException
MaximoCache.reload(java.lang.String)
public java.util.HashMap getListOfProdAndApp() throws MXException
MXException