How store updates cache of records?

I read Ember store cache records that read from server. If second time app requests for same record it gives cached copy. My question is if any changes on server side after first response then how store updates cache value?

susai, you can always reload your model object with .reload() method.

1 Like