Interface LoadingCache<K,V>

Type Parameters:
K - the class of the keys
V - the class of the values
All Superinterfaces:
Cache<K,V>
All Known Implementing Classes:
CaffeineLoadingCache, HashMapLoadingCache

public interface LoadingCache<K,V> extends Cache<K,V>
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Method Details