I am using a apex method that returns Map which contain multiple object records. So how can I refresh that records after updating some of them. I am updating them but it is not showing updated value without refreshing a page. Are there any way to refresh that records? I tried refreshApex but as I understand it works just with methods which return List.