pub type PostStatsCache = Cache<CacheKey, PostStats>;
文章统计缓存类型。
pub struct PostStatsCache { /* private fields */ }