pub type FeedCache = Cache<CacheKey, Vec<FeedItem>>;
Feed 条目列表缓存类型(RSS / JSON Feed 共用)。
pub struct FeedCache { /* private fields */ }