shouldReloadAll (store, snapshotRecordArray) Boolean
Defined in addon/adapter.js:527 Available since 1.13.0
This method is used by the store to determine if the store should reload all records from the adapter when records are requested by store.findAll. If this method returns true, the store will re-fetch all records from the adapter. If this method returns false, the store will resolve immediately using the cached records. For example, if you are building an events ticketing system, in wh