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.
pub static GUILD_CHANNEL_LIST_CACHE: Lazy<Cache<GuildId, HashMap<ChannelId, GuildChannel>>>Cache for guild channel lists.
Maps guild IDs to their channel lists. TTL: 12 hours, TTI: 1 hour.