| Modifier and Type | Field and Description |
|---|---|
long |
loadTime |
boolean |
useSoftReference |
Object |
valueRef |
| Constructor and Description |
|---|
CacheLine(T value,
boolean useSoftReference) |
CacheLine(T value,
boolean useSoftReference,
long loadTime) |
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |
void |
setUseSoftReference(boolean useSoftReference) |
public Object valueRef
public long loadTime
public boolean useSoftReference
public CacheLine(T value, boolean useSoftReference)
public CacheLine(T value, boolean useSoftReference, long loadTime)
public T getValue()
public void setUseSoftReference(boolean useSoftReference)
Copyright © 2024 Atlassian. All rights reserved.