|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeoutException | |
|---|---|
| com.stackmob.sdkapi.caching | |
| Uses of TimeoutException in com.stackmob.sdkapi.caching |
|---|
| Methods in com.stackmob.sdkapi.caching that throw TimeoutException | |
|---|---|
abstract byte[] |
CachingService.getBytes(String key)
get the value for the given key, in raw byte format |
String |
CachingService.getString(String key)
alias for getString(key, CachingService.utf8Charset()); |
String |
CachingService.getString(String key,
Charset charset)
get the value for the given key, in String format |
abstract Boolean |
CachingService.setBytes(String key,
byte[] value,
long ttlMilliseconds)
store the given key/value pair |
Boolean |
CachingService.setString(String key,
String value,
Charset charset,
long ttlMilliseconds)
store the given key/value pair. |
Boolean |
CachingService.setString(String key,
String value,
long ttlMilliseconds)
alias for setString(key, value, CachingService.utf8Charset(), ttlMilliseconds) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||