Skip to main content

SinglePostCache

Type Alias SinglePostCache 

Source
pub type SinglePostCache = Cache<CacheKey, Option<Post>>;
Expand description

单篇文章缓存类型。

Aliased Type§

pub struct SinglePostCache { /* private fields */ }