ReadonlycacheThe underlying cache store.
Deletes an entry from the cache by key.
Finds a value in the cache matching the given predicate.
Creates a new Node based on the provided options.
The options for creating the Node.
The newly created Node.
Destroys a node with the given name.
The name of the node to destroy.
A promise that resolves to true if the node is successfully destroyed, otherwise false.
Retrieves the player from cache for the given guild ID.
The ID of the guild.
The player for the given guild ID, or null if not found.
Search for a query and return the search result.
The search query object.
Optionaloptions: SearchOptionsA promise that resolves to the search result.
Manages a cache of key-value pairs.