I was told that in order to not make a request all the time, one can use .all() method to load data that is kept in the store. But how does Ember deal with cache? I have a coupl
What you call cache is the content of the store. There are usually 2 ways to update the store to reflect changes made on the backend side: