clearCache static method

void clearCache()

清空缓存(用于开发时手动清理)

Implementation

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