pub type SuspendCache = Arc<DashMap<u64, Vec<u64>>>;
停牌数据缓存:stock_id → Vec(已排序的停牌日期时间戳列表)
pub struct SuspendCache { /* private fields */ }