The client the servers belong to.
Readonly
cacheThis cache of the manager.
Readonly
clientFetch a server from Guilded, or cache.
The fetched server.
servers.fetch(server);
The server to fetch.
Optional
options: FetchOptionsThe options to fetch the server with.
Set the maximum cache size of the manager.
The manager.
manager.setMaxCache(100);
The maximum size of the cache.
The manager of servers that belong to the client.
Example