public interface StorageManager
Modifier and Type | Method and Description |
---|---|
Object |
getItem(Object key)
This Method used to get the item with the given key.
|
boolean |
removeItem(Object key)
This Method used to remove the item with the given key.
|
void |
storeItem(Object key,
Object value)
This Method used to store the item in key-value pairs.
|
void storeItem(Object key, Object value)
key
- - keyvalue
- - valueObject getItem(Object key)
key
- - keyboolean removeItem(Object key)
key
- - key