Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kellyselden/ember-cli-find-cached

Combining Ember Data's store find() and all()
https://github.com/kellyselden/ember-cli-find-cached

Last synced: 16 days ago
JSON representation

Combining Ember Data's store find() and all()

Awesome Lists containing this project

README

        

#ember-cli-find-cached

Combining Ember Data's store find() and all(). Fresh calls use find(). Any subsequent calls use all(). It is useful if you are using other ways to refresh models.

##Usage

`npm install --save-dev ember-cli-find-cached`
```javascript
this.store.findCached('product')
```