How to load data once and then load it from cache (store)?

Hello,

I asked this question on SO but it didn’t help me much. I would like to know it is is possible at this moment in Ember / Ember-Data.

I don’t find it quite useful to load the same data whenever I move around my app, going to a route and then back.

Is is possible?

2 Likes

Did you have an answer for this?

Here you are: ember.js - Ember-Data .find() vs .all() - how to control cache? - Stack Overflow

Is there a prescribed way of doing this without using ember-data? The App I’m working is only doing reads from an API.