@Internal
public static interface ImmutablePlanCacheService.CacheInvalidator
Modifier and Type | Method and Description |
---|---|
Iterable<PlanKey> |
getChainsToInvalidate(ImmutablePlanCacheService immutablePlanCacheService,
com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
This gets passed some cache internals for invalidation
|
String |
getDescription() |
String getDescription()
@NotNull Iterable<PlanKey> getChainsToInvalidate(@NotNull ImmutablePlanCacheService immutablePlanCacheService, @NotNull com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
immutablePlanCacheService
- planKeyChainMap
- Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.