K - the type of key used by the cacheV - the type of value stored in the cache@PublicSpi
public interface CacheLoader<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
load(K key)
Loads the value for the given key.
|
@Nonnull V load(@Nonnull K key)
key - the key for which to load the value (required)Option<Foo> classCopyright © 2018 Atlassian. All rights reserved.