Skip to content

Commit

Permalink
markdown descriptions for ember-data
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jan 12, 2024
1 parent e3c836a commit 1dcf532
Show file tree
Hide file tree
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.

This file was deleted.

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"
}
}
}
}
}

This file was deleted.

Loading

0 comments on commit 1dcf532

Please sign in to comment.