clearCache method

void clearCache()

清空缓存

Implementation

void clearCache() {
  _dictMap.clear();
  _tasks.clear();
}