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

Enclosing interface:
ImmutablePlanCacheService

public static interface ImmutablePlanCacheService.CacheInvalidator


Method Summary
 java.lang.Iterable<PlanKey> getChainsToInvalidate(ImmutablePlanCacheService immutablePlanCacheService, com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
          This gets passed some cache internals for invalidation
 java.lang.String getDescription()
           
 

Method Detail

getDescription

java.lang.String getDescription()

getChainsToInvalidate

@NotNull
java.lang.Iterable<PlanKey> getChainsToInvalidate(ImmutablePlanCacheService immutablePlanCacheService,
                                                          com.google.common.cache.Cache<PlanKey,ImmutableChain> planKeyChainMap)
This gets passed some cache internals for invalidation

Parameters:
immutablePlanCacheService -
planKeyChainMap -


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