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

**URL:** https://discuss.emberjs.com/t/how-to-load-data-once-and-then-load-it-from-cache-store/1293
**Category:** Ember Data
**Created:** [May 21, 2013, 5:26pm UTC](https://discuss.emberjs.com/t/how-to-load-data-once-and-then-load-it-from-cache-store/1293 "2013-05-21T17:26:07Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rrh](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/rrh/32/11843_2.png) [@rrh](https://discuss.emberjs.com/u/rrh)
#### Post date: [May 21, 2013, 5:26pm UTC](https://discuss.emberjs.com/t/how-to-load-data-once-and-then-load-it-from-cache-store/1293/1 "2013-05-21T17:26:07Z")

</div>

Hello,

I [asked](http://stackoverflow.com/questions/16560297/how-to-load-ember-data-data-when-app-starts) 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?

---

<div class="post-metadata">

### Author: ![Geronimo\_Gando](https://avatars.discourse-cdn.com/v4/letter/g/db5fbb/32.png) [@Geronimo\_Gando](https://discuss.emberjs.com/u/Geronimo_Gando)
#### Post date: [June 4, 2013, 5:46pm UTC](https://discuss.emberjs.com/t/how-to-load-data-once-and-then-load-it-from-cache-store/1293/2 "2013-06-04T17:46:03Z")

</div>

Did you have an answer for this?

---

<div class="post-metadata">

### Author: ![rrh](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/rrh/32/11843_2.png) [@rrh](https://discuss.emberjs.com/u/rrh)
#### Post date: [June 4, 2013, 6:01pm UTC](https://discuss.emberjs.com/t/how-to-load-data-once-and-then-load-it-from-cache-store/1293/3 "2013-06-04T18:01:23Z")

</div>

Here you are: [ember.js - Ember-Data .find() vs .all() - how to control cache? - Stack Overflow](http://stackoverflow.com/questions/16536925/ember-data-find-vs-all-how-to-control-cache)

---

<div class="post-metadata">

### Author: ![brado](https://sea1.discourse-cdn.com/flex019/user_avatar/discuss.emberjs.com/brado/32/15067_2.png) [@brado](https://discuss.emberjs.com/u/brado)
#### Post date: [September 20, 2013, 6:51pm UTC](https://discuss.emberjs.com/t/how-to-load-data-once-and-then-load-it-from-cache-store/1293/4 "2013-09-20T18:51:42Z")

</div>

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