@Internal
public interface ScheduledJobStatusCache
Modifier and Type | Method and Description |
---|---|
static ScheduledJobStatusCache |
forAtlassianCache(com.atlassian.cache.Cache cache)
Deprecated.
since 5.10 Use
forVCache(VCacheFactory) |
static ScheduledJobStatusCache |
forVCache(com.atlassian.vcache.VCacheFactory vCacheFactory) |
@Nullable ScheduledJobStatus |
get(ScheduledJobKey key) |
void |
put(ScheduledJobKey key,
ScheduledJobStatus status) |
void put(ScheduledJobKey key, ScheduledJobStatus status)
@Nullable ScheduledJobStatus get(ScheduledJobKey key)
@Deprecated static ScheduledJobStatusCache forAtlassianCache(com.atlassian.cache.Cache cache)
forVCache(VCacheFactory)
static ScheduledJobStatusCache forVCache(com.atlassian.vcache.VCacheFactory vCacheFactory)
Copyright © 2003–2019 Atlassian. All rights reserved.