Hi, quick question:
If ember-data’s Store acts as a cache, storing all models fetched from the server, isn’t it a memory-leak?
I mean should I manually remove unused models with unloadAll, or something?
What is your approach?
Hi, quick question:
If ember-data’s Store acts as a cache, storing all models fetched from the server, isn’t it a memory-leak?
I mean should I manually remove unused models with unloadAll, or something?
What is your approach?