pub type FriendLinksCache = Cache<CacheKey, Vec<FriendLink>>;Expand description
友链列表缓存类型。
Aliased Type§
pub struct FriendLinksCache { /* private fields */ }pub type FriendLinksCache = Cache<CacheKey, Vec<FriendLink>>;友链列表缓存类型。
pub struct FriendLinksCache { /* private fields */ }