Skip to content

Commit

Permalink
Remove ContainerInstanceCache from the API docs since it is not expos…
Browse files Browse the repository at this point in the history
…ed to consumers (#4517)
  • Loading branch information
bmac authored and pangratz committed Aug 26, 2016
1 parent 79c81a5 commit 5d9b210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/store/container-instance-cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Ember from 'ember';
import EmptyObject from "ember-data/-private/system/empty-object";
const assign = Ember.assign || Ember.merge;

/**
/*
* The `ContainerInstanceCache` serves as a lazy cache for looking up
* instances of serializers and adapters. It has some additional logic for
* finding the 'fallback' adapter or serializer.
Expand Down

0 comments on commit 5d9b210

Please sign in to comment.