Uses of Interface
com.atlassian.bamboo.plan.cache.ImmutablePlanCacheService.CacheInvalidator

Packages that use ImmutablePlanCacheService.CacheInvalidator
com.atlassian.bamboo.hibernate   
com.atlassian.bamboo.plan.cache   
 

Uses of ImmutablePlanCacheService.CacheInvalidator in com.atlassian.bamboo.hibernate
 

Classes in com.atlassian.bamboo.hibernate that implement ImmutablePlanCacheService.CacheInvalidator
 class AbstractCacheInvalidator
          Helper class designed to reduce boilerplate in cache invalidators.
 class SharedCredentialsInvalidator
          Invalidates plans that use given credentials.
 

Methods in com.atlassian.bamboo.hibernate that return ImmutablePlanCacheService.CacheInvalidator
static ImmutablePlanCacheService.CacheInvalidator CacheInvalidators.forEntity(java.lang.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
 java.lang.Iterable<PlanKey> ImmutablePlanCacheService.getChainsToInvalidate(ImmutablePlanCacheService.CacheInvalidator invalidator)
          Internal.
 java.lang.Iterable<PlanKey> ImmutablePlanCacheServiceImpl.getChainsToInvalidate(ImmutablePlanCacheService.CacheInvalidator invalidator)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.