pub type MangaTranNameCache = Cache<String, Arc<Vec<MangaSimpleVo>>>;
译名/原名列表缓存类型
pub struct MangaTranNameCache { /* private fields */ }