pub type VaultCache = Cache<Vault>;
pub struct VaultCache { pub account: Vault, pub last_updated_slot: u64, }
account: Vault
last_updated_slot: u64