Clears all cached user information.
Retrieves cached user information for single user with specified identifier.
The user identifier.
Optionaltype: null | stringOptional user info handler type. If null, the default handler is used.
User information or null user not found by identifier.
Retrieves cached user information for multiple users with specified identifiers.
A collection of the user identifiers.
Optionaltype: null | stringOptional user info handler type. If null, the default handler is used.
A collection of user information for users that are found.
Caches a single user information object.
Basic user information.
Optionaltype: null | stringOptional user info handler type. If null, the default handler is used.
Caches multiple user information objects.
A collection of basic user informations.
Optionaltype: null | stringOptional user info handler type. If null, the default handler is used.
Provider for caching user information to optimize repeated lookups.