Package-level declarations

Types

Link copied to clipboard
interface Cache

This is used to store and retrieve data from cache

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface MemberCache

Discord's Member do not have a unique ID, so we need to use a combination of the user id

Link copied to clipboard

Discord's Member do not have a unique ID, so we need to use a combination of the user id

Link copied to clipboard
open class PerpetualCache(allowedCache: Set<CacheIds>, yde: YDEImpl) : Cache

This is the implementation of the Cache interface that uses a Map to store and retrieve data.