1use crate::records::const_prop_state::ConstPropState; 2 3impl ConstPropState { 4 pub fn invalidate_userdata_data(&mut self) { 5 self.useradata_tag_cache.clear(); 6 } 7}