Class CacheInvalidators
java.lang.Object
com.atlassian.bamboo.hibernate.invalidators.CacheInvalidators
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull Optional<ImmutablePlanCacheService.CacheInvalidator>
getAffectedPlanKeys
(com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, Predicate<ImmutableChain> predicate)
-
Method Details
-
getAffectedPlanKeys
public static Set<PlanKey> getAffectedPlanKeys(com.google.common.cache.Cache<PlanKey, ImmutableChain> planKeyChainMap, Predicate<ImmutableChain> predicate) -
forEntity
@NotNull public static @NotNull Optional<ImmutablePlanCacheService.CacheInvalidator> forEntity(Object entity)
-