ember-model
ember-model copied to clipboard
Record cache / record array cache sweeping
The ability to cache data locally to localstorage while being offline would be totally awesome. I tried implementing that based on std. ember-data but failed so far ... ember-data is a bit too much for my brain :).
@dave8401 That's what #10 is about.
This issue is related to freeing memory of cached records and RecordArrays
Sorry, you're right. Yes #10 is exactly that.