All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
V |
get(AddsToRuleKey appendable,
java.util.function.Function<? super AddsToRuleKey,RuleKeyResult<V>> create,
CacheStatsTracker statsTracker) |
V |
get(BuildEngineAction action,
CacheStatsTracker statsTracker) |
V |
get(BuildEngineAction rule,
java.util.function.Function<? super BuildEngineAction,RuleKeyResult<V>> create,
CacheStatsTracker statsTracker) |
com.google.common.collect.ImmutableList<Map.Entry<BuildRule,V>> |
getCachedBuildRules() |
void |
invalidateAll(CacheStatsTracker statsTracker) |
void |
invalidateAllExceptFilesystems(com.google.common.collect.ImmutableSet<ProjectFilesystem> filesystems,
CacheStatsTracker statsTracker) |
void |
invalidateFilesystem(ProjectFilesystem filesystem,
CacheStatsTracker statsTracker) |
void |
invalidateInputs(Iterable<com.facebook.buck.rules.keys.RuleKeyInput> inputs,
CacheStatsTracker statsTracker) |