The client the users belong to.
Readonly
cacheThis cache of the manager.
Readonly
clientThe client the manager belongs to.
Fetch a user from a server, or cache.
The fetched user.
users.fetch(server, user);
Fetch users from a server.
The fetched users.
users.fetch(server);
The server the users belong to.
Set the maximum cache size of the manager.
The manager.
manager.setMaxCache(100);
The maximum size of the cache.
The manager of users that belong to the client.
Example