clearCache static method

void clearCache()

清空缓存

Implementation

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