Skip to content

Commit f3c2baf

Browse files
committed
markdown descriptions for ember-data
1 parent 2392ab0 commit f3c2baf

File tree

7,293 files changed

+1088376
-1087616
lines changed

Some content is hidden

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

7,293 files changed

+1088376
-1087616
lines changed

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

Lines changed: 0 additions & 45 deletions
This file was deleted.
Lines changed: 45 additions & 0 deletions
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

Lines changed: 0 additions & 2145 deletions
This file was deleted.

0 commit comments

Comments
 (0)