« All deprecation guides
Deprecation Guide for Ember._cacheIsConst
Previously, _cacheIsConst could be accessed via the Ember import:
import Ember from 'ember';
Ember._cacheIsConst
If needed, _cacheIsConst can be imported:
import { isConst } from '@glimmer/tracking/primitives/cache';