Package net.dv8tion.jda.api.utils.cache
package net.dv8tion.jda.api.utils.cache
Interfaces for read-only access to internal JDA cache.
-
ClassDescriptionFlags used to enable cache services for JDA.CacheView<T>Read-only view on internal JDA cache of items.Basic implementation of
CacheView
interface.ChannelCacheView<T extends Channel>SpecializedSnowflakeCacheView
type used for handling channels.An implementation of a Least-Recently-Used cache.Read-only view on internal ShardManager cache of JDA instances.SnowflakeCacheView<T extends ISnowflake>CacheView
implementation specifically to viewISnowflake
implementations.SpecializedChannelCacheView
type used for handling sorted lists of channels.SpecializedCacheView
for entities that occur in a specified order.