Skip to content

Use Markdown for all descriptions #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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
Loading