public class EventCache
extends java.lang.Object
Constructor and Description |
---|
EventCache() |
Modifier and Type | Method and Description |
---|---|
protected void |
cache(net.dv8tion.jda.core.handle.EventCache.Type type,
java.lang.String triggerId,
java.lang.Runnable handler) |
void |
clear() |
static EventCache |
get(JDA jda) |
protected void |
playbackCache(net.dv8tion.jda.core.handle.EventCache.Type type,
java.lang.String triggerId) |
int |
size() |
public static final SimpleLog LOG
public static EventCache get(JDA jda)
protected void cache(net.dv8tion.jda.core.handle.EventCache.Type type, java.lang.String triggerId, java.lang.Runnable handler)
protected void playbackCache(net.dv8tion.jda.core.handle.EventCache.Type type, java.lang.String triggerId)
public int size()
public void clear()