DS.Store#retrieveManagedInstance()

retrieveManagedInstance (modelName, name, fallbacks) Ember.Objectprivate

Defined in addon/-private/system/store.js:2438

Retrieve a particular instance from the container cache. If not found, creates it and placing it in the cache.

Enabled a store to manage local instances of adapters and serializers.

Parameters:

modelName String
the object modelName
name String
the object name
fallbacks Array
the fallback objects to lookup if the lookup for modelName or 'application' fails

Returns:

Ember.Object
doc_EmberJs
2016-11-30 16:50:56
Comments
Leave a Comment

Please login to continue.