pub type CommentListCache = Cache<CacheKey, Vec<PublicComment>>;Expand description
评论列表缓存类型。
Aliased Type§
pub struct CommentListCache { /* private fields */ }pub type CommentListCache = Cache<CacheKey, Vec<PublicComment>>;评论列表缓存类型。
pub struct CommentListCache { /* private fields */ }