pub type MessageRef<'a> = CacheRef<'a, ChannelId, Message, HashMap<MessageId, Message>>;
struct MessageRef<'a> { /* private fields */ }