public interface InterfaceLruCacheEntry<V>
Modifier and Type | Method and Description |
---|---|
V |
getValue()
Returns value stored in entry or null if entry is not valid
|
boolean |
isStillValid(long timeRef) |
boolean |
resetTime(long ttl)
Reset the time of overtime
|
V getValue()
boolean isStillValid(long timeRef)
timeRef
- boolean resetTime(long ttl)
Copyright © 2009–2020 Waarp. All rights reserved.