K - the type of key used by the cacheV - the type of value stored in the cache@PublicSpi
public interface CacheLoader<K,V>
@Nonnull V load(@Nonnull K key)
key - the key for which to load the value (required)Option<Foo> classCopyright © 2015 Atlassian. All rights reserved.