Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CacheManager

Hierarchy

  • CacheManager

Index

Constructors

Properties

The limits of the caches

channels: LimitedCollection<string, Channel>

Map that stores caches of Channels

client: Client

The client that instantiated this Manager

Map that stores caches of ApplicationCommands

guilds: LimitedCollection<string, Guild>

Map that stores caches of Guilds

messages: LimitedCollection<string, Message>

Map that stores caches of Messages

roles: LimitedCollection<string, Role>

Map that stores caches of Roles

users: LimitedCollection<string, User>

Map that stores caches of Users

Methods

  • #createCaches(): void
  • Separately create all structure caches with specified limits

    Returns void

  • Erases all items that are stored in the cache

    Returns CacheManager

Generated using TypeDoc version 0.22.16, the 9/16/2022 at 1:09:15 AM