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