| Modifier and Type | Method and Description |
|---|---|
void |
IMemoryController.AddNeverExpiredMemoryCache(String key,
Operation operation) |
| Modifier and Type | Field and Description |
|---|---|
Operation |
MemoryCacheMetaInfo.Action |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisMemoryController.AddNeverExpiredMemoryCache(String key,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticMemoryCacheController.AddNeverExpiredMemoryCache(String key,
Operation operation) |
static <T> T |
StaticMemoryCacheHelper.AddNeverExpiredMemoryCache(String key,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
OperationController.run(Operation operation) |
static Object |
OperationController.runWithRetry(int maxAttempts,
Operation operation) |
static Object |
OperationController.runWithRetryThrowException(int maxAttempts,
Operation operation,
boolean throwException) |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
OperationController.runInParallel(List<Operation<T>> tasks) |
static <T> List<T> |
OperationController.runInParallel(List<Operation<T>> tasks,
int maxThread) |
Copyright © 2016. All rights reserved.