| Package | Description |
|---|---|
| ar.com.siripo.arcache |
| Modifier and Type | Field and Description |
|---|---|
protected CacheGetResult |
CacheGetterTask.valueToReturn |
| Modifier and Type | Method and Description |
|---|---|
CacheGetResult |
CacheGetResult.Builder.build() |
protected CacheGetResult |
CacheGetterTask.doTask(long startTimeMillis,
long timeoutMillis) |
CacheGetResult |
CacheGetterTask.get() |
CacheGetResult |
CacheGetterTask.get(long timeout,
TimeUnit unit) |
CacheGetResult |
ArcacheClient.getCacheObject(String key) |
CacheGetResult |
ArcacheReadWriteInterface.getCacheObject(String key) |
CacheGetResult |
ArcacheClient.getCacheObject(String key,
long timeoutMillis) |
CacheGetResult |
ArcacheReadWriteInterface.getCacheObject(String key,
long timeoutMillis)
This method never throws an exception, in case of an exception it is returned
inside the returned object
|
| Modifier and Type | Method and Description |
|---|---|
Future<CacheGetResult> |
ArcacheClient.asyncGetCacheObject(String key) |
Future<CacheGetResult> |
ArcacheReadWriteInterface.asyncGetCacheObject(String key)
Allow async get
|
protected Future<CacheGetResult> |
ArcacheClient.buildCacheGetterTask(String key) |
| Constructor and Description |
|---|
Builder(CacheGetResult ref) |
Copyright © 2019. All rights reserved.