@Internal
public static interface ImmutablePlanCacheService.CacheInvalidator
| Modifier and Type | Method and Description |
|---|---|
void |
getChainsToInvalidateAndReindex(ImmutablePlanCacheService immutablePlanCacheService,
com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap,
PlanCacheIndices planCacheIndices,
Set<PlanKey> chainsToInvalidate,
Set<PlanKey> chainsToReindex)
Guidelines: if the entity for which invalidation is triggered is not in index, only invalidate.
|
String |
getDescription() |
String getDescription()
void getChainsToInvalidateAndReindex(@NotNull
ImmutablePlanCacheService immutablePlanCacheService,
@NotNull
com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap,
@NotNull
PlanCacheIndices planCacheIndices,
@NotNull
Set<PlanKey> chainsToInvalidate,
@NotNull
Set<PlanKey> chainsToReindex)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.