Class GuavaCache<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>

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