clearCache method

void clearCache()

Clears the user cache

Implementation

void clearCache() {
  _userCache.clear();
  _pendingChanges.clear();
}