pub type WaveformCache = HashMap<u8, HashMap<u8, Arc<Mutex<VecDeque<RBWaveform>>>>>;
pub struct WaveformCache { /* private fields */ }