pub type SinglePostCache = Cache<CacheKey, Option<Post>>;
单篇文章缓存类型。
pub struct SinglePostCache { /* private fields */ }