Storage.Batch| Constructor and Description |
|---|
FlashStorage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getItem(String key) |
boolean |
isPersisted() |
Iterable<String> |
keys() |
void |
removeItem(String key) |
void |
setItem(String key,
String data) |
Storage.Batch |
startBatch() |
public void removeItem(String key)
removeItem in interface Storagepublic void setItem(String key, String data) throws RuntimeException
setItem in interface StorageRuntimeExceptionpublic Storage.Batch startBatch()
startBatch in interface Storagepublic boolean isPersisted()
isPersisted in interface StorageCopyright © 2013. All Rights Reserved.