| Package | Description |
|---|---|
| ar.com.siripo.arcache |
| Modifier and Type | Field and Description |
|---|---|
protected CacheGetResult.Type |
CacheGetResult.type |
| Modifier and Type | Method and Description |
|---|---|
CacheGetResult.Type |
CacheGetResult.getType() |
static CacheGetResult.Type |
CacheGetResult.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheGetResult.Type[] |
CacheGetResult.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CacheGetResult.Builder |
CacheGetResult.Builder.withType(CacheGetResult.Type type) |
| Constructor and Description |
|---|
Builder(CacheGetResult.Type type) |
CacheGetResult(CacheGetResult.Type type) |
CacheGetResult(CacheGetResult.Type type,
Exception cause) |
Copyright © 2019. All rights reserved.