Package | Description |
---|---|
com.google.common.cache |
This package contains caching utilities.
|
com.google.common.util.concurrent |
Concurrency utilities.
|
Modifier and Type | Field and Description |
---|---|
(package private) SettableFuture<V> |
LocalCache.LoadingValueReference.futureValue |
Modifier and Type | Method and Description |
---|---|
static <V> SettableFuture<V> |
SettableFuture.create()
Creates a new
SettableFuture in the default state. |