public class CacheEntry<V> extends Object
Constructor and Description |
---|
CacheEntry() |
CacheEntry(V value,
int timeToLiveMillis) |
Modifier and Type | Method and Description |
---|---|
V |
getValue() |
boolean |
isExpired() |
void |
update(V value,
int timeToLiveMillis) |
Copyright © 2023 Frank!Framework. All rights reserved.