| Package | Description |
|---|---|
| com.alicp.jetcache |
| Modifier and Type | Method and Description |
|---|---|
CacheResultCode |
CacheResult.getResultCode() |
CacheResultCode |
ResultData.getResultCode() |
static CacheResultCode |
CacheResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheResultCode[] |
CacheResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResultData.setResultCode(CacheResultCode resultCode) |
| Constructor and Description |
|---|
CacheGetResult(CacheResultCode resultCode,
String message,
CacheValueHolder<V> holder) |
CacheResult(CacheResultCode resultCode,
String message) |
MultiGetResult(CacheResultCode resultCode,
String message,
Map<K,CacheGetResult<V>> values) |
ResultData(CacheResultCode resultCode,
String message,
Object data) |
Copyright © 2013–2022. All rights reserved.