@Component public class SynchronyStatusCache extends Object
Constructor and Description |
---|
SynchronyStatusCache(com.atlassian.vcache.VCacheFactory vCacheFactory) |
Modifier and Type | Method and Description |
---|---|
Future<Optional<Boolean>> |
getStatus()
Get the status from the cache
|
boolean |
isSynchronyRunning() |
Future<Boolean> |
setStatus(boolean isRunning)
Set the status in the cache.
|
@Autowired public SynchronyStatusCache(com.atlassian.vcache.VCacheFactory vCacheFactory)
Copyright © 2003–2017 Atlassian. All rights reserved.