Class GuavaLoadingCache<K,​V>

  • Type Parameters:
    K - the class of the keys.
    V - the class of the values (is Optional-ized).
    All Implemented Interfaces:
    Cache<K,​V>, LoadingCache<K,​V>

    public class GuavaLoadingCache<K,​V>
    extends Object
    implements LoadingCache<K,​V>
    Author:
    Andrea Di Cesare <andrea@softinstigate.com>