public static interface AbstractAsynchronousCache.CacheEventListener
Modifier and Type | Interface and Description |
---|---|
static interface |
AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents |
static interface |
AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents |
Modifier and Type | Method and Description |
---|---|
void |
fetchScheduled(RuleKey ruleKey) |
AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents |
fetchStarted(BuildTarget target,
RuleKey ruleKey) |
AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents |
multiFetchStarted(com.google.common.collect.ImmutableList<BuildTarget> targets,
com.google.common.collect.ImmutableList<RuleKey> keys) |
AbstractAsynchronousCache.StoreEvents |
storeScheduled(ArtifactInfo info,
long artifactSizeBytes) |
AbstractAsynchronousCache.StoreEvents storeScheduled(ArtifactInfo info, long artifactSizeBytes)
void fetchScheduled(RuleKey ruleKey)
AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents fetchStarted(BuildTarget target, RuleKey ruleKey)
AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents multiFetchStarted(com.google.common.collect.ImmutableList<BuildTarget> targets, com.google.common.collect.ImmutableList<RuleKey> keys)