Skip to main content

SearchCache

Type Alias SearchCache 

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

搜索结果缓存类型。

Aliased Type§

pub struct SearchCache { /* private fields */ }