public static interface AbstractAsynchronousCache.CacheEventListener.MultiFetchRequestEvents extends Scope
Modifier and Type | Method and Description |
---|---|
void |
failed(int keyIndex,
IOException e,
String msg,
CacheResult result) |
void |
finished(int keyIndex,
com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchResult thisResult) |
void |
skipped(int keyIndex) |
void skipped(int keyIndex)
void finished(int keyIndex, com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchResult thisResult)
void failed(int keyIndex, IOException e, String msg, CacheResult result)