interface BotCache

The bot's cache.

Properties

profiles: QuickLRU<string, Profile>

posts: QuickLRU<string, Post>

lists: QuickLRU<string, List>

feeds: QuickLRU<string, FeedGenerator>