android-volley icon indicating copy to clipboard operation
android-volley copied to clipboard

class RequestQueue finish()的机制 mechnism

Open panq-jack opened this issue 7 years ago • 0 comments

void finish(Request<?> request) --> last line: mCacheQueue.addAll(waitingRequests);

how to understand this? why we transfer all requests in waitingRequests to cacheQueue this time instead of put them to cacheQueue originally created? u know, both action can add the request to NetworkQueue if can't get desired cache;?

panq-jack avatar Apr 25 '17 12:04 panq-jack