Modifier and Type | Method and Description |
---|---|
CacheId |
BitbucketRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
Modifier and Type | Method and Description |
---|---|
CacheId |
GitRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
CacheId |
GitHubRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
Modifier and Type | Method and Description |
---|---|
CacheId |
HgRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
Modifier and Type | Method and Description |
---|---|
CacheId |
StashRepositoryImpl.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
Modifier and Type | Method and Description |
---|---|
static CacheId |
CacheId.forContext(CacheId cacheId,
String context) |
CacheId |
CachingAwareRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation)
Cache id has to fulfill the following:
Given two Repository objects A and B, returning equal CacheId (in terms of equals()) and a cachable operation foo(),
in the following sequence of calls made in a short time period:
1.
|
Modifier and Type | Method and Description |
---|---|
static CacheId |
CacheId.forContext(CacheId cacheId,
String context) |
Modifier and Type | Method and Description |
---|---|
CacheId |
SvnRepository.getCacheId(CachingAwareRepository.CachableOperation cachableOperation) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.