pub type BankStatusCache = StatusCache<TransactionResult<()>>;
pub struct BankStatusCache { /* private fields */ }