Package org.mockserver.cache
Class Entry<T>
- java.lang.Object
-
- org.mockserver.cache.Entry<T>
-
public class Entry<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetExpiryInMillis()longgetTtlInMillis()TgetValue()Entry<T>updateExpiryInMillis(long expiryInMillis)
-
-
-
Constructor Detail
-
Entry
public Entry(long ttlInMillis, long expiryInMillis, T value)
-
-