KordCacheBuilder
Properties
The default behavior for all types not explicitly configured, by default a concurrentHashMap is supplied.
Functions
Configures the caching for AutoModerationRuleData.
Configures the caching for ChannelData.
Disables caching for all entries, clearing all custom generators and setting the default to none.
Configures the caching for EntitlementData.
Configures the caching for MemberData. It's advised to configure user and member data similarly, so that every member in cache also has its user data cached. Failing to do so would result in a performance hit when fetching members.
Configures the caching for MessageData. Your application will generally handle a lot of messages during its lifetime, as such it's advised to limit the amount of messages cached in some way.
Configures the caching for PresenceData.
Configures the caching for SubscriptionData.
Configures the caching for VoiceStateData.
Configures the caching for WebhookData.