public class BuildDefinitionInvalidator extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
getChainsToInvalidateAndReindex(ImmutablePlanCacheService immutablePlanCacheService,
com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap,
Set<PlanKey> chainsToInvalidate,
Set<PlanKey> chainsToReindex)
Guidelines: if the entity for which invalidation is triggered is not in index, only invalidate.
|
String |
getDescription() |
protected Predicate<ImmutableChain> |
predicate() |
protected Predicate<ImmutableChain> predicate()
public String getDescription()
getDescription in interface ImmutablePlanCacheService.CacheInvalidatorpublic void getChainsToInvalidateAndReindex(@NotNull
ImmutablePlanCacheService immutablePlanCacheService,
com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap,
Set<PlanKey> chainsToInvalidate,
Set<PlanKey> chainsToReindex)
ImmutablePlanCacheService.CacheInvalidatorgetChainsToInvalidateAndReindex in interface ImmutablePlanCacheService.CacheInvalidatorCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.