Skip to main content

PostListCache

Type Alias PostListCache 

Source
pub type PostListCache = Cache<CacheKey, (Vec<PostListItem>, i64)>;
Expand description

文章列表缓存类型,值为(文章列表,总数)。

Aliased Type§

pub struct PostListCache { /* private fields */ }