public class GQSchemaCacheImpl extends java.lang.Object implements MaximoCache
| Constructor and Description |
|---|
GQSchemaCacheImpl() |
| Modifier and Type | Method and Description |
|---|---|
graphql.GraphQL |
getGraphQLSystem() |
graphql.schema.GraphQLSchema |
getGraphSchema() |
java.lang.String |
getGraphSchemaText() |
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.
|
public void init()
throws MXException
init in interface MaximoCacheMXExceptionjava.rmi.RemoteExceptionpublic graphql.GraphQL getGraphQLSystem()
public java.lang.String getGraphSchemaText()
public graphql.schema.GraphQLSchema getGraphSchema()
public void reload()
throws MXException
reload in interface MaximoCacheMXExceptionpublic void reload(java.lang.String key)
throws MXException
reload in interface MaximoCachekey - MXExceptionpublic java.lang.String getName()
getName in interface MaximoCache