Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 308 Bytes

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

File metadata and controls

18 lines (14 loc) · 308 Bytes
title until since
Ember._createCache
7.0.0
6.5.0

Previously, _createCache could be accessed via the Ember import:

import Ember from 'ember';

Ember._createCache

If needed, _createCache can be imported:

import { createCache } from '@glimmer/tracking/primitives/cache';