pub type SearchCache = Cache<String, (Vec<PostListItem>, i64)>;
搜索结果缓存类型。
pub struct SearchCache { /* private fields */ }