« All deprecation guides
Deprecation Guide for Ember._createCache
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';