public static interface AbstractAsynchronousCache.CacheEventListener.FetchRequestEvents
Modifier and Type | Method and Description |
---|---|
void |
failed(IOException e,
String errorMessage,
CacheResult result) |
void |
finished(com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchResult result) |
void finished(com.facebook.buck.artifact_cache.AbstractAsynchronousCache.FetchResult result)
void failed(IOException e, String errorMessage, CacheResult result)