clearUserInfoCache method

void clearUserInfoCache()

清理内存中的用户属性。

Implementation

void clearUserInfoCache() {
  _effectiveUserInfoMap.clear();
}