« All deprecation guides
Deprecation Guide for Ember._cacheGetValue
until: 7.0.0
id: deprecate-import--cache-get-value-from-ember
Previously, _cacheGetValue
could be accessed via the Ember
import:
import Ember from 'ember';
Ember._cacheGetValue
If needed, _cacheGetValue
can be imported:
import { getValue } from '@glimmer/tracking/primitives/cache';