IRemoveCachedUser.RemoveCachedUser method
Removes the cached user with the specified identifier and/or username.
public void RemoveCachedUser(string? userId, string? username)
| parameter | description |
|---|---|
| userId | The user identifier, or null to skip removal by identifier. |
| username | The username, or null to skip removal by username. |
See Also
- interface IRemoveCachedUser