Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 251 Bytes

deprecate-import--cache-from-ember.md

File metadata and controls

16 lines (12 loc) · 251 Bytes
title until since parent
Ember._Cache
7.0.0
6.5.0
deprecate-import-ember-from-ember

Previously, _Cache could be accessed via the Ember import:

import Ember from 'ember';

Ember._Cache

There is no replacement for this API.