public class RequestCachingHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
log |
private static java.lang.Object |
NO_VALUE |
| Constructor and Description |
|---|
RequestCachingHelper() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
cacheInRequest(java.lang.String cacheKey,
com.atlassian.jira.issue.Issue issue,
java.util.function.Supplier<T> supplier) |