| Modifier and Type | Class and Description |
|---|---|
static interface |
RecentLazyReference.RecentPredicate |
| Constructor and Description |
|---|
RecentLazyReference(long amount,
TimeUnit unit) |
RecentLazyReference(RecentLazyReference.RecentPredicate recentPredicate) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
createInstance() |
T |
get() |
void |
setRecentPredicate(long amount,
TimeUnit unit) |
void |
setRecentPredicate(RecentLazyReference.RecentPredicate recentPredicate) |
public RecentLazyReference(long amount,
TimeUnit unit)
public RecentLazyReference(RecentLazyReference.RecentPredicate recentPredicate)
public void setRecentPredicate(long amount,
TimeUnit unit)
public void setRecentPredicate(RecentLazyReference.RecentPredicate recentPredicate)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.