-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
markdown descriptions for ember-data
- Loading branch information
Showing
7,286 changed files
with
1,089,108 additions
and
1,087,561 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
45 changes: 0 additions & 45 deletions
45
...docs/ember-data/1.13.16/classes/ember-data-1.13.16-ContainerInstanceCache-3f6e02cd2d.json
This file was deleted.
Oops, something went wrong.
45 changes: 45 additions & 0 deletions
45
json-docs/ember-data/1.13.16/classes/ember-data-1.13.16-ContainerInstanceCache.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"data": { | ||
"id": "ember-data-1.13.16-ContainerInstanceCache", | ||
"type": "class", | ||
"attributes": { | ||
"name": "ContainerInstanceCache", | ||
"shortname": "ContainerInstanceCache", | ||
"classitems": [], | ||
"plugins": [], | ||
"extensions": [], | ||
"plugin_for": [], | ||
"extension_for": [], | ||
"module": "ember-data", | ||
"namespace": "", | ||
"file": "packages/ember-data/lib/system/store/container-instance-cache.js", | ||
"line": 9, | ||
"description": "The `ContainerInstanceCache` serves as a lazy cache for looking up\ninstances of serializers and adapters. It has some additional logic for\nfinding the 'fallback' adapter or serializer.\n\nThe 'fallback' adapter or serializer is an adapter or serializer that is looked up\nwhen the preferred lookup fails. For example, say you try to look up `adapter:post`,\nbut there is no entry (app/adapters/post.js in EmberCLI) for `adapter:post` in the registry.\n\nThe `fallbacks` array passed will then be used; the first entry in the fallbacks array\nthat exists in the container will then be cached for `adapter:post`. So, the next time you\nlook up `adapter:post`, you'll get the `adapter:application` instance (or whatever the fallback\nwas if `adapter:application` doesn't exist).", | ||
"access": "private", | ||
"tagname": "", | ||
"methods": [], | ||
"events": [], | ||
"properties": [] | ||
}, | ||
"relationships": { | ||
"parent-class": { | ||
"data": null | ||
}, | ||
"descendants": { | ||
"data": [] | ||
}, | ||
"module": { | ||
"data": { | ||
"id": "ember-data-1.13.16-ember-data", | ||
"type": "module" | ||
} | ||
}, | ||
"project-version": { | ||
"data": { | ||
"id": "ember-data-1.13.16", | ||
"type": "project-version" | ||
} | ||
} | ||
} | ||
} | ||
} |
File renamed without changes.
2,145 changes: 0 additions & 2,145 deletions
2,145
...-docs/ember-data/1.13.16/classes/ember-data-1.13.16-DS.ActiveModelAdapter-08d231c87a.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.