clearCache method

void clearCache()

清除所有缓存的请求

Implementation

void clearCache() {
  _requestCache.clear();
}