pub async fn get_cache_item_by_ts(
    ts_str: &str
) -> Result<Option<(Vec<TxnCacheItem>, usize)>, Errors>