Skip to main content

FeedCache

Type Alias FeedCache 

Source
pub type FeedCache = Cache<CacheKey, Vec<FeedItem>>;
Expand description

Feed 条目列表缓存类型(RSS / JSON Feed 共用)。

Aliased Type§

pub struct FeedCache { /* private fields */ }