pub type MemberTaskCountsCache = Cache<String, Arc<Vec<MemberTaskCount>>>;
组员任务计数缓存类型
pub struct MemberTaskCountsCache { /* private fields */ }