clearCache method

void clearCache()

清空缓存(可选)

Implementation

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