Skip to content

Commit d5152c4

Browse files
authored
Merge pull request #25 from ember-learn/markdown
Use Markdown for all descriptions
2 parents b29256f + f3c2baf commit d5152c4

File tree

25,453 files changed

+5068205
-5066680
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

25,453 files changed

+5068205
-5066680
lines changed

json-docs/ember-data/1.13.16/classes/ember-data-1.13.16-ContainerInstanceCache-3f6e02cd2d.json

-45
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"data": {
3+
"id": "ember-data-1.13.16-ContainerInstanceCache",
4+
"type": "class",
5+
"attributes": {
6+
"name": "ContainerInstanceCache",
7+
"shortname": "ContainerInstanceCache",
8+
"classitems": [],
9+
"plugins": [],
10+
"extensions": [],
11+
"plugin_for": [],
12+
"extension_for": [],
13+
"module": "ember-data",
14+
"namespace": "",
15+
"file": "packages/ember-data/lib/system/store/container-instance-cache.js",
16+
"line": 9,
17+
"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).",
18+
"access": "private",
19+
"tagname": "",
20+
"methods": [],
21+
"events": [],
22+
"properties": []
23+
},
24+
"relationships": {
25+
"parent-class": {
26+
"data": null
27+
},
28+
"descendants": {
29+
"data": []
30+
},
31+
"module": {
32+
"data": {
33+
"id": "ember-data-1.13.16-ember-data",
34+
"type": "module"
35+
}
36+
},
37+
"project-version": {
38+
"data": {
39+
"id": "ember-data-1.13.16",
40+
"type": "project-version"
41+
}
42+
}
43+
}
44+
}
45+
}

json-docs/ember-data/1.13.16/classes/ember-data-1.13.16-DS.ActiveModelAdapter-08d231c87a.json

-2,145
This file was deleted.

0 commit comments

Comments
 (0)