Interface Cache<K,​V>

    • Method Detail

      • put

        V put​(K key,
              V value,
              long ttl,
              TimeUnit ttlUnit,
              long maxIdleTime,
              TimeUnit maxIdleUnit)