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
CacheViewinterface.ChannelCacheView<T extends Channel>SpecializedSnowflakeCacheViewtype 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>CacheViewimplementation specifically to viewISnowflakeimplementations.SpecializedChannelCacheViewtype used for handling sorted lists of channels.SpecializedCacheViewfor entities that occur in a specified order.