clearAllCache method

void clearAllCache()

清空所有缓存。

Implementation

void clearAllCache() {
  profilesCache.clear();
}