Skip to main content

GUILD_CHANNEL_LIST_CACHE

Static GUILD_CHANNEL_LIST_CACHE 

Source
pub static GUILD_CHANNEL_LIST_CACHE: Lazy<Cache<GuildId, HashMap<ChannelId, GuildChannel>>>
Expand description

Cache for guild channel lists.

Maps guild IDs to their channel lists. TTL: 12 hours, TTI: 1 hour.