public final class RefreshResult<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefreshResult.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
static <T> RefreshResult.Builder<T> |
builder(T value) |
Instant |
prefetchTime() |
Instant |
staleTime() |
T |
value() |
public static <T> RefreshResult.Builder<T> builder(T value)
public T value()
public Instant staleTime()
public Instant prefetchTime()
Copyright © 2022. All rights reserved.