Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutablePlanCacheService.CacheInvalidator
-
Packages that use ImmutablePlanCacheService.CacheInvalidator Package Description com.atlassian.bamboo.hibernate.invalidators com.atlassian.bamboo.plan.cache -
-
Uses of ImmutablePlanCacheService.CacheInvalidator in com.atlassian.bamboo.hibernate.invalidators
Classes in com.atlassian.bamboo.hibernate.invalidators that implement ImmutablePlanCacheService.CacheInvalidator Modifier and Type Class Description class
AbstractByPredicateCacheInvalidator
class
BranchMetadataInvalidator
class
BuildDefinitionInvalidator
Methods in com.atlassian.bamboo.hibernate.invalidators that return types with arguments of type ImmutablePlanCacheService.CacheInvalidator Modifier and Type Method Description static @NotNull Optional<ImmutablePlanCacheService.CacheInvalidator>
CacheInvalidators. forEntity(Object entity)
-
Uses of ImmutablePlanCacheService.CacheInvalidator in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache with parameters of type ImmutablePlanCacheService.CacheInvalidator Modifier and Type Method Description void
ImmutablePlanCacheService. getChainsToInvalidateAndReindex(ImmutablePlanCacheService.CacheInvalidator invalidator, Set<PlanKey> chainsToInvalidate, Set<PlanKey> chainsToReindex)
Internal.void
ImmutablePlanCacheServiceImpl. getChainsToInvalidateAndReindex(ImmutablePlanCacheService.CacheInvalidator invalidator, Set<PlanKey> chainsToInvalidate, Set<PlanKey> chainsToReindex)
-