0.0.3 • Published 9 years ago

ember-cli-find-cached v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

#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

this.store.findCached('product')