pub type MemberAllCache = Cache<String, Arc<Vec<MemberCache>>>;
全量组员列表缓存类型
pub struct MemberAllCache { /* private fields */ }