Class CacheEntry<V>
- java.lang.Object
-
- org.frankframework.credentialprovider.util.CacheEntry<V>
-
public class CacheEntry<V> extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheEntry()CacheEntry(V value, int timeToLiveMillis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VgetValue()booleanisExpired()voidupdate(V value, int timeToLiveMillis)
-