| Package | Description |
|---|---|
| me.lucko.helper.metadata |
| Modifier and Type | Method and Description |
|---|---|
static <T> ExpiringValue<T> |
ExpiringValue.of(T value,
long duration,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Supplier<ExpiringValue<T>> |
ExpiringValue.supplied(Supplier<? extends T> supplier,
long duration,
TimeUnit unit) |
Copyright © 2020. All rights reserved.