pub trait Cache { // Required methods fn flush_data_cache(&self); fn flush_instruction_cache(&self); }