Interface FSCacheEx<K,​V>

    • Method Summary

      Modifier and Type Method Description
      V get​(K key)  
      V get​(K key, Callable<? extends V> loader)  
      void put​(K key, V value)  
    • Method Detail

      • put

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

        V get​(K key)