retrieveManagedInstance (modelName, name, fallbacks) Ember.Objectprivate
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 
Please login to continue.