pub type FeeHistoryCache = Arc<Mutex<BTreeMap<u64, FeeHistoryCacheItem>>>;
struct FeeHistoryCache { /* private fields */ }