Skip to main content

CommentListCache

Type Alias CommentListCache 

Source
pub type CommentListCache = Cache<CacheKey, Vec<PublicComment>>;
Expand description

评论列表缓存类型。

Aliased Type§

pub struct CommentListCache { /* private fields */ }