@Component public class SynchronyStatusCache extends Object
| Constructor and Description |
|---|
SynchronyStatusCache(com.atlassian.cache.CacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Boolean> |
getStatus()
Get the status from the cache
|
boolean |
isSynchronyRunning() |
void |
setStatus(boolean isRunning)
Set the status in the cache.
|
@Autowired public SynchronyStatusCache(com.atlassian.cache.CacheManager cacheManager)
public boolean isSynchronyRunning()
public Optional<Boolean> getStatus()
public void setStatus(boolean isRunning)
isRunning - Is Synchrony currently runningCopyright © 2003–2022 Atlassian. All rights reserved.