# RestAdapter and local storage

**URL:** https://discuss.emberjs.com/t/restadapter-and-local-storage/2649
**Category:** Ember Data
**Created:** [September 16, 2013, 11:29am UTC](https://discuss.emberjs.com/t/restadapter-and-local-storage/2649 "2013-09-16T11:29:27Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![meph](https://avatars.discourse-cdn.com/v4/letter/m/c0e974/32.png) [@meph](https://discuss.emberjs.com/u/meph)
#### Post date: [September 16, 2013, 11:29am UTC](https://discuss.emberjs.com/t/restadapter-and-local-storage/2649/1 "2013-09-16T11:29:28Z")

</div>

Hi, I thought the rest adapter sends requests for data and then saves them to a store, which is some cache of the browser. But my rest adapter sends request always to the server for the same data. Why?
