Interface Cache<K,​V>

  • Type Parameters:
    K - the class of the keys
    V - the class of the values
    All Known Subinterfaces:
    LoadingCache<K,​V>
    All Known Implementing Classes:
    GuavaCache, GuavaLoadingCache

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

      • put

        void put​(K key,
                 V value)
      • cleanUp

        void cleanUp()
      • invalidate

        void invalidate​(K key)