Changed Methods |
V apply(K )
|
Changed from non-abstract to abstract.
|
Provided to satisfy the {@code Function} interface; use {@link #get} or {@link #getUnchecked} instead. |
ConcurrentMap<K, V> asMap()
|
Changed from non-abstract to abstract.
|
{@inheritDoc}
|
V get(K )
|
Changed from non-abstract to abstract.
|
Returns the value associated with {@code key} in this cache, first loading that value if
necessary. |
ImmutableMap<K, V> getAll(Iterable<? extends K> )
|
Changed from non-abstract to abstract.
|
Returns a map of the values associated with {@code keys}, creating or retrieving those values
if necessary. |
V getUnchecked(K )
|
Changed from non-abstract to abstract.
|
Returns the value associated with {@code key} in this cache, first loading that value if
necessary. |
void refresh(K )
|
Changed from non-abstract to abstract.
|
Loads a new value for key {@code key}, possibly asynchronously. |