Class Cache<K,V,E extends Exception>
java.lang.Object
org.frankframework.credentialprovider.util.Cache<K,V,E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeIfAbsentOrExpired
(K key, ThrowingFunction<K, V, E> valueSupplier)
-
Constructor Details
-
Cache
public Cache(int timeToLiveMillis)
-
-
Method Details
-
computeIfAbsentOrExpired
- Throws:
E
-