The group the members belong to.
Readonly
cacheThis cache of the manager.
Readonly
clientThe client the manager belongs to.
Readonly
groupThe group the members belong to.
Add a member to the group.
members.add(member);
The member to add.
Remove a member from the group.
members.remove(member);
The member to remove.
Set the maximum cache size of the manager.
The manager.
manager.setMaxCache(100);
The maximum size of the cache.
The manager of members that belong to a group.
Example