Class Cache<K,V,E extends Exception>

java.lang.Object
org.frankframework.credentialprovider.util.Cache<K,V,E>

public class Cache<K,V,E extends Exception> extends Object
  • Constructor Details

    • Cache

      public Cache(int timeToLiveMillis)
  • Method Details

    • computeIfAbsentOrExpired

      public V computeIfAbsentOrExpired(K key, ThrowingFunction<K,V,E> valueSupplier) throws E
      Throws:
      E