public class DataStorage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REQUEST_ID |
Constructor and Description |
---|
DataStorage() |
Modifier and Type | Method and Description |
---|---|
static void |
destroy()
Destroy.
|
static java.lang.Object |
get(java.lang.String key)
Gets the.
|
static void |
set(java.lang.String key,
java.lang.Object value)
Sets the.
|
public static final java.lang.String REQUEST_ID
public static java.lang.Object get(java.lang.String key)
key
- the keypublic static void set(java.lang.String key, java.lang.Object value)
key
- the keyvalue
- the valuepublic static void destroy()