Interface LoadingCache<K,V>

All Superinterfaces:
Cache<K,V>

public interface LoadingCache<K,V> extends Cache<K,V>
This interface is a blend between Caffeine's LoadingCache and Guava's LoadingCache. Please check their documentation for information in the methods below.